django1/django
Russell Keith-Magee 507bb50a92 Modified auth app so that login with alternate auth app is possible. 2012-06-04 20:41:37 +08:00
..
bin Made more extensive usage of context managers with open. 2012-05-05 14:06:36 +02:00
conf Added model Meta option for swappable models, and made auth.User a swappable model 2012-06-04 14:17:28 +08:00
contrib Modified auth app so that login with alternate auth app is possible. 2012-06-04 20:41:37 +08:00
core Modified auth management commands to handle custom user definitions. 2012-06-04 20:10:51 +08:00
db Added model Meta option for swappable models, and made auth.User a swappable model 2012-06-04 14:17:28 +08:00
dispatch Got rid of old __cmp__methods replaced by rich comparison. 2012-05-18 14:52:24 +02:00
forms Fixed #18409 -- Made RegexField work with unicode characters. 2012-05-31 11:45:35 -07:00
http Marked bytestrings with b prefix. Refs #18269 2012-05-19 17:43:34 +02:00
middleware Fixed #18042 -- Advanced deprecation warnings. 2012-05-03 15:27:01 +02:00
shortcuts Fixed #15010 -- Added current_app parameter to close gap between TemplateResponse and render method. Thanks, acdha. 2011-01-05 22:41:43 +00:00
template Specified when open should use binary mode. 2012-05-25 20:43:43 +02:00
templatetags Fixed #18393 -- Prevented blocktrans to crash when a variable name is badly formatted. 2012-05-28 11:03:34 -07:00
test Added model Meta option for swappable models, and made auth.User a swappable model 2012-06-04 14:17:28 +08:00
utils Removed unneeded smart_str in cache utils. 2012-05-28 21:13:09 +02:00
views Removed unneeded smart_str in generic views. 2012-05-24 23:55:50 +02:00
__init__.py Moved version code out of __init__.py. 2012-04-29 13:44:32 -05:00