django/django
Stanislas Guerra 4c2f546b55 Fixed #24395 -- Ensured inline ModelsForms have an updated related instance. 2015-02-24 11:49:00 -05:00
..
apps Added check_apps_ready() to Apps.get_containing_app_config() 2015-02-08 14:52:19 -05:00
bin Removed bin/unique-messages.py 2015-02-06 08:47:38 -05:00
conf Added formats for the Azerbaijani locale. 2015-02-23 07:37:13 -05:00
contrib Fixed #24381 -- removed ForeignObjectRel opts and to_opts 2015-02-23 07:24:43 -05:00
core Fixed a few uses of Template that relied on a default engine. 2015-02-22 23:13:55 +01:00
db Prevented makemigrations from writing in sys.path[0]. 2015-02-23 19:55:10 +01:00
dispatch
forms Fixed #24395 -- Ensured inline ModelsForms have an updated related instance. 2015-02-24 11:49:00 -05:00
http Fixed #20889 -- Prevented BadHeaderError when Python inserts newline 2015-02-19 20:18:31 +01:00
middleware
template Removed a non-obvious side-effect of assigning Context.template. 2015-02-20 22:27:48 +01:00
templatetags Set context.template instead of context.engine while rendering. 2015-02-19 22:08:11 +01:00
test Deprecated TEMPLATE_DEBUG setting. 2015-02-15 20:47:04 +01:00
utils Prevented makemigrations from writing in sys.path[0]. 2015-02-23 19:55:10 +01:00
views Fixed a few uses of Template that relied on a default engine. 2015-02-22 23:13:55 +01:00
__init__.py
shortcuts.py