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

Commit

Permalink
Merge branch 1.0.X into 1.1.X.
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Aug 6, 2012
2 parents 2409449 + 7d38172 commit 87c10ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/dist
2 changes: 1 addition & 1 deletion requirements/pure.txt
@@ -1,5 +1,5 @@
# Pure python dependencies.
Django==1.3.1
Django==1.3.3

South==0.7.3.hg1008
django_compressor==1.1.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/vendor
Submodule vendor updated 28 files
+1 −1 lib/python/django/__init__.py
+3 −0 lib/python/django/conf/__init__.py
+6 −3 lib/python/django/contrib/admin/filterspecs.py
+0 −6 lib/python/django/contrib/admin/media/css/forms.css
+5 −5 lib/python/django/contrib/admin/options.py
+0 −32 lib/python/django/contrib/gis/db/backends/spatialite/compiler.py
+0 −8 lib/python/django/contrib/gis/db/backends/spatialite/creation.py
+1 −1 lib/python/django/contrib/gis/db/backends/spatialite/operations.py
+24 −4 lib/python/django/contrib/gis/db/models/sql/compiler.py
+ lib/python/django/contrib/gis/tests/relatedapp/fixtures/initial_data.json.gz
+1 −0 lib/python/django/contrib/gis/tests/relatedapp/models.py
+8 −0 lib/python/django/contrib/gis/tests/relatedapp/tests.py
+15 −2 lib/python/django/contrib/markup/templatetags/markup.py
+15 −1 lib/python/django/contrib/markup/tests.py
+22 −3 lib/python/django/contrib/sites/management.py
+6 −0 lib/python/django/contrib/sites/tests.py
+6 −4 lib/python/django/contrib/staticfiles/management/commands/collectstatic.py
+7 −1 lib/python/django/core/cache/backends/db.py
+6 −1 lib/python/django/core/files/images.py
+2 −3 lib/python/django/core/management/commands/shell.py
+5 −1 lib/python/django/core/validators.py
+0 −9 lib/python/django/db/backends/creation.py
+4 −14 lib/python/django/forms/fields.py
+15 −12 lib/python/django/http/__init__.py
+2 −0 lib/python/django/http/multipartparser.py
+2 −1 lib/python/django/http/utils.py
+1 −1 lib/python/django/templatetags/future.py
+9 −6 lib/python/django/utils/datastructures.py

0 comments on commit 87c10ce

Please sign in to comment.