Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Commit

Permalink
Update to Django 1.4.21.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kelly committed Jul 13, 2015
1 parent a8c6523 commit 7adc29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor-local/src/django
Submodule django updated 46 files
+7 −0 .gitignore
+8 −1 .hgignore
+1 −1 django/__init__.py
+20 −5 django/contrib/admin/options.py
+9 −4 django/contrib/gis/geos/libgeos.py
+10 −8 django/contrib/gis/geos/tests/test_geos.py
+4 −2 django/contrib/sessions/backends/cache.py
+3 −2 django/contrib/sessions/backends/cached_db.py
+3 −2 django/contrib/sessions/backends/db.py
+4 −3 django/contrib/sessions/backends/file.py
+19 −0 django/contrib/sessions/tests.py
+11 −33 django/core/servers/basehttp.py
+15 −11 django/core/validators.py
+17 −8 django/middleware/gzip.py
+8 −0 django/utils/http.py
+178 −66 django/utils/six.py
+33 −0 django/utils/text.py
+5 −2 django/views/static.py
+2 −2 docs/conf.py
+1 −1 docs/howto/custom-file-storage.txt
+5 −3 docs/internals/release-process.txt
+0 −5 docs/ref/databases.txt
+1 −1 docs/ref/files/storage.txt
+4 −4 docs/ref/templates/builtins.txt
+1 −1 docs/releases/1.4.14.txt
+13 −0 docs/releases/1.4.15.txt
+20 −0 docs/releases/1.4.16.txt
+17 −0 docs/releases/1.4.17.txt
+68 −0 docs/releases/1.4.18.txt
+16 −0 docs/releases/1.4.19.txt
+26 −0 docs/releases/1.4.20.txt
+54 −0 docs/releases/1.4.21.txt
+7 −0 docs/releases/index.txt
+2 −5 extras/Makefile
+1 −1 setup.py
+15 −1 tests/modeltests/validators/tests.py
+17 −1 tests/regressiontests/admin_views/admin.py
+49 −0 tests/regressiontests/admin_views/models.py
+24 −2 tests/regressiontests/admin_views/tests.py
+13 −0 tests/regressiontests/middleware/tests.py
+66 −1 tests/regressiontests/servers/tests.py
+6 −3 tests/regressiontests/utils/http.py
+1 −1 tests/regressiontests/utils/jslex.py
+1 −0 tests/regressiontests/views/media/long-line.txt
+19 −8 tests/regressiontests/views/tests/static.py
+1 −1 tests/requirements/base.txt

0 comments on commit 7adc29c

Please sign in to comment.