Permalink
Please sign in to comment.
Browse files
newforms-admin: Merged from trunk up to [7021].
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7022 bcc190cf-cafb-0310-a4f2-bffc1f526a37
- Loading branch information...
Showing
with
5,292 additions
and 2,773 deletions.
- +2 −0 AUTHORS
- BIN django/conf/locale/ca/LC_MESSAGES/django.mo
- +501 −80 django/conf/locale/ca/LC_MESSAGES/django.po
- BIN django/conf/locale/hr/LC_MESSAGES/django.mo
- +2,967 −1,903 django/conf/locale/hr/LC_MESSAGES/django.po
- BIN django/conf/locale/hr/LC_MESSAGES/djangojs.mo
- +31 −32 django/conf/locale/hr/LC_MESSAGES/djangojs.po
- BIN django/conf/locale/ja/LC_MESSAGES/django.mo
- +1,299 −444 django/conf/locale/ja/LC_MESSAGES/django.po
- BIN django/conf/locale/tr/LC_MESSAGES/django.mo
- +30 −32 django/conf/locale/tr/LC_MESSAGES/django.po
- +0 −3 django/conf/locale/tr/LC_MESSAGES/djangojs.po
- +1 −1 django/contrib/admin/media/js/urlify.js
- +4 −1 django/contrib/auth/create_superuser.py
- +2 −2 django/contrib/localflavor/ca/forms.py
- +1 −1 django/contrib/localflavor/it/it_province.py
- +9 −7 django/contrib/sessions/backends/db.py
- +11 −9 django/contrib/sessions/backends/file.py
- +28 −32 django/core/mail.py
- +1 −1 django/core/management/sql.py
- +18 −5 django/db/backends/oracle/base.py
- +5 −1 django/db/models/fields/__init__.py
- +6 −4 django/newforms/fields.py
- +6 −2 django/newforms/forms.py
- +34 −137 django/template/__init__.py
- +2 −4 django/template/context.py
- +97 −0 django/template/debug.py
- +10 −1 django/template/defaultfilters.py
- +21 −23 django/template/defaulttags.py
- +1 −1 django/views/debug.py
- +1 −1 docs/design_philosophies.txt
- +10 −10 docs/distributions.txt
- +2 −2 docs/django-admin.txt
- +3 −1 docs/localflavor.txt
- +11 −0 docs/middleware.txt
- +2 −2 docs/shortcuts.txt
- +3 −3 docs/sites.txt
- +1 −1 docs/syndication_feeds.txt
- +7 −2 docs/templates.txt
- +3 −3 docs/templates_python.txt
- +1 −1 tests/modeltests/m2o_recursive/models.py
- +81 −0 tests/modeltests/model_forms/models.py
- +28 −0 tests/regressiontests/backends/models.py
- +30 −3 tests/regressiontests/forms/fields.py
- +3 −3 tests/regressiontests/forms/localflavor/ca.py
- +1 −0 tests/regressiontests/middleware/models.py
- +13 −15 tests/regressiontests/middleware/tests.py
- +3 −0 tests/regressiontests/templates/filters.py
- +2 −0 tests/regressiontests/templates/tests.py
Binary file not shown.

Oops, something went wrong.
0 comments on commit
daa467d