django1/django
Carl Meyer a78dd109e6 Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names.
Thanks UloPe and Eric Florenzano for the patch, and Malcolm Tredinnick for
review.
2012-09-08 16:58:35 -06:00
..
bin [py3] Added fixer for python_2_unicode_compatible. 2012-08-12 14:44:40 +02:00
conf Remove a couple unused imports. 2012-09-08 14:30:11 -06:00
contrib Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names. 2012-09-08 16:58:35 -06:00
core Fixed #18545 -- Make the 'no DJANGO_SETTINGS_MODULE' error message more useful.Thanks Nick Coghlan for the report, and Malcolm Tredinnick for review. 2012-09-08 14:26:33 -06:00
db Moved get_primary_key_column implementation to base 2012-09-08 10:24:13 +02:00
dispatch [py3] Fixed dispatch tests 2012-08-15 18:19:21 +02:00
forms Fixed #17888 -- no longer silence exceptions inside of check_test. Thanks to brutasse for the patch. 2012-09-07 14:37:21 -04:00
http Fixed #18916 -- Allowed non-ASCII headers. 2012-09-07 19:08:57 -04:00
middleware [py3] Made csrf context processor return Unicode 2012-08-13 11:54:21 +02:00
shortcuts Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names. 2012-09-08 16:58:35 -06:00
template Replaced some smart_xxx by force_xxx equivalent 2012-08-30 15:46:16 +02:00
templatetags Replaced many smart_bytes by force_bytes 2012-08-29 11:20:32 +02:00
test [py3k] Silence many warnings while running the tests. 2012-09-07 13:17:34 -04:00
utils Fixed #12397 -- allow safe_join to work with the root file system path, which means you can have your root template or file upload path at this location. You almost certainly don't want to do this, except in *very* limited sandboxed situations. 2012-09-07 16:49:22 -04:00
views Updated docs for dates generic views. 2012-09-08 12:22:39 -04:00
__init__.py Moved version code out of __init__.py. 2012-04-29 13:44:32 -05:00