This repository was archived by the owner on Mar 18, 2021. It is now read-only.
Commit 90e59e4
Submodule django updated 47 files
- django/__init__.py+1-1
- django/conf/global_settings.py+4
- django/conf/project_template/project_name/settings.py+4
- django/contrib/admin/options.py+8-2
- django/contrib/auth/hashers.py+4-1
- django/contrib/auth/tests/hashers.py+5
- django/contrib/auth/tests/views.py+1
- django/contrib/contenttypes/tests.py+2
- django/contrib/gis/tests/inspectapp/tests.py+20-16
- django/contrib/sites/tests.py+2
- django/core/serializers/xml_serializer.py+94-1
- django/db/__init__.py+8-2
- django/db/backends/__init__.py+11
- django/db/backends/mysql/base.py+1-1
- django/db/models/fields/related.py+3-1
- django/db/transaction.py+15
- django/forms/formsets.py+10-2
- django/http/__init__.py+46-5
- django/middleware/transaction.py+20-1
- django/test/testcases.py+3
- django/test/utils.py+6
- docs/_theme/djangodocs/static/djangodocs.css+1-1
- docs/conf.py+2-2
- docs/howto/deployment/wsgi/modwsgi.txt+3-3
- docs/howto/initial-data.txt+1-1
- docs/intro/tutorial01.txt+7-4
- docs/intro/tutorial03.txt+1-1
- docs/ref/forms/widgets.txt+4-9
- docs/ref/models/fields.txt+2-2
- docs/ref/settings.txt+55
- docs/releases/1.4.4.txt+89
- docs/releases/index.txt+1
- docs/topics/db/examples/many_to_many.txt+27-20
- docs/topics/db/models.txt+2-2
- docs/topics/forms/formsets.txt+4-2
- docs/topics/forms/modelforms.txt+2-7
- docs/topics/security.txt+30-38
- setup.py+1-1
- tests/regressiontests/admin_views/tests.py+40
- tests/regressiontests/comment_tests/tests/moderation_view_tests.py+3-3
- tests/regressiontests/csrf_tests/tests.py+4
- tests/regressiontests/forms/tests/formsets.py+64-6
- tests/regressiontests/generic_inline_admin/tests.py+2-1
- tests/regressiontests/middleware/models.py+11-1
- tests/regressiontests/middleware/tests.py+68-1
- tests/regressiontests/requests/tests.py+179-132
- tests/regressiontests/serializers_regress/tests.py+14
0 commit comments