Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Upgrade to Django 1.4.5 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Dawson committed Mar 22, 2013
1 parent 51d37f3 commit 287b757
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/dist
Submodule dist updated 1 files
+ Django-1.4.5.tar.gz
2 changes: 1 addition & 1 deletion requirements/pure.txt
@@ -1,5 +1,5 @@
# Pure python dependencies.
Django==1.4.2
Django==1.4.5

South==0.7.6
django_compressor==1.1.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/vendor
Submodule vendor updated 33 files
+1 −1 lib/python/django/__init__.py
+4 −0 lib/python/django/conf/global_settings.py
+4 −0 lib/python/django/conf/project_template/project_name/settings.py
+2 −2 lib/python/django/contrib/admin/filters.py
+8 −2 lib/python/django/contrib/admin/options.py
+4 −1 lib/python/django/contrib/auth/hashers.py
+5 −0 lib/python/django/contrib/auth/tests/hashers.py
+5 −0 lib/python/django/contrib/auth/tests/views.py
+22 −29 lib/python/django/contrib/auth/views.py
+4 −7 lib/python/django/contrib/comments/views/comments.py
+3 −4 lib/python/django/contrib/comments/views/moderation.py
+6 −4 lib/python/django/contrib/comments/views/utils.py
+2 −0 lib/python/django/contrib/contenttypes/tests.py
+1 −23 lib/python/django/contrib/gis/db/backends/oracle/compiler.py
+10 −0 lib/python/django/contrib/gis/db/backends/oracle/operations.py
+20 −16 lib/python/django/contrib/gis/tests/inspectapp/tests.py
+2 −0 lib/python/django/contrib/sites/tests.py
+94 −1 lib/python/django/core/serializers/xml_serializer.py
+8 −2 lib/python/django/db/__init__.py
+17 −0 lib/python/django/db/backends/__init__.py
+1 −1 lib/python/django/db/backends/mysql/base.py
+1 −1 lib/python/django/db/backends/sqlite3/base.py
+38 −9 lib/python/django/db/models/fields/related.py
+2 −0 lib/python/django/db/models/sql/compiler.py
+15 −0 lib/python/django/db/transaction.py
+10 −2 lib/python/django/forms/formsets.py
+48 −5 lib/python/django/http/__init__.py
+20 −1 lib/python/django/middleware/transaction.py
+3 −0 lib/python/django/test/testcases.py
+6 −0 lib/python/django/test/utils.py
+1 −2 lib/python/django/utils/html_parser.py
+12 −0 lib/python/django/utils/http.py
+7 −5 lib/python/django/views/i18n.py

0 comments on commit 287b757

Please sign in to comment.