django/django
Simon Charette 1e404180c1 Fixed #23379 -- Corrected a referencing issue in sql_create.
Thanks to Trac alias flakfizer for the report.
2014-08-28 15:17:50 -04:00
..
apps
bin
conf Added new supported languages 2014-08-23 14:13:28 +02:00
contrib Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase 2014-08-28 08:44:26 +02:00
core Fixed #23379 -- Corrected a referencing issue in sql_create. 2014-08-28 15:17:50 -04:00
db Factorize some code using ContextDecorator. 2014-08-28 11:58:16 -04:00
dispatch
forms Fixed #23167 -- Added BaseForm.__repr__() 2014-08-22 15:55:56 -04:00
http
middleware
template Added exception name in debug error message 2014-08-26 21:10:54 +02:00
templatetags
test Factorize some code using ContextDecorator. 2014-08-28 11:58:16 -04:00
utils Fixed #23323 -- Made django.utils.translation.override usable as a decorator. 2014-08-28 11:58:21 -04:00
views
__init__.py
shortcuts.py