Skip to content

Commit

Permalink
Bump django version Django4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pulse-mind committed Jan 5, 2024
1 parent 23ddb7a commit 10a8d9c
Show file tree
Hide file tree
Showing 10 changed files with 132 additions and 362 deletions.
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Django Suit is alternative theme/skin/extension for `Django <http://www.djangopr
v2 version is working with Django 3.2 and Django 4.0, it is using Bootstrap 5.1

* Project home: http://djangosuit.com/ (not maintained)
* *NEW* Live demo v2 : http://django-suit-v2.herokuapp.com/


License
Expand Down
Binary file modified demo/db.sqlite3
Binary file not shown.
6 changes: 3 additions & 3 deletions demo/requirements-heroku.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==4.0.4
Django-Select2==7.4.2
gunicorn==20.1.0
Django==4.1.13
Django-Select2==8.1.2
gunicorn==21.2.0
whitenoise
4 changes: 2 additions & 2 deletions demo/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Django==4.0.4
Django-Select2==7.4.2
Django==4.1.13
Django-Select2==8.0.0 # https://github.com/codingjoe/django-select2/releases
6 changes: 3 additions & 3 deletions docs/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Generate the distribution archives on local machine:

.. code-block:: bash
python -m pip install --user --upgrade setuptools wheel
python -m pip install --upgrade setuptools wheel
* you need to run the following command from the root directory of your package to generate the distribution files.
Expand All @@ -104,7 +104,7 @@ Generate the distribution archives on local machine:

.. code-block:: bash
python -m pip install --user --upgrade twine
python -m pip install --upgrade twine
* run the following command to ship the code to TestPyPi first. When you run the command, you will be asked to provide the same credentials using which you have registered your account in the previous step.

Expand All @@ -116,4 +116,4 @@ Generate the distribution archives on local machine:

.. code-block:: bash
twine upload dist/*
twine upload dist/* --repository prodpypi
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"description": "Django Suit development tools",
"author": "Kaspars Sprogis",
"devDependencies": {
"browser-sync": "^2.27.9",
"browser-sync": "^3.0.2",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-plumber": "^1.2.1",
"gulp-sass": "^5.1.0",
"sass": "^1.50.1",
"sass": "^1.69.7",
"gulp-sourcemaps": "^3.0.0",
"gulp-rename": "^2.0.0"
},
"dependencies": {
"bootstrap": "^5.1.3"
"bootstrap": "5.1.3"
}
}
2 changes: 1 addition & 1 deletion suit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = '2.2b5'
VERSION = '2.3'
default_app_config = 'suit.apps.DjangoSuitConfig'
2 changes: 1 addition & 1 deletion suit/sass/_vendor.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap v5.0.2 (https://getbootstrap.com/)
* Bootstrap v5.1.3 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
Expand Down
Loading

0 comments on commit 10a8d9c

Please sign in to comment.