1
0
mirror of https://github.com/django/django.git synced 2024-12-23 17:46:27 +00:00
django/django
2015-12-24 16:44:58 -05:00
..
apps
bin
conf Fixed #25909 -- Added unicode_literals import to apps.py generated by startapp. 2015-12-12 09:34:01 -05:00
contrib Fixed #25969 -- Replaced render_to_response() with render() in docs examples. 2015-12-23 09:14:32 -05:00
core Fixed #25838 -- Added "python" as an interface to the shell command. 2015-12-22 08:22:12 -05:00
db Fixed #25984 -- Corrected RuntimeError message in ModelBase.__new__(). 2015-12-24 16:44:58 -05:00
dispatch
forms Fixed #25942 -- Fixed TypedChoiceField.has_changed with nullable field 2015-12-17 15:38:19 +01:00
http Fixed #25725 -- Made HttpReponse immediately close objects. 2015-12-14 12:46:48 -05:00
middleware
template
templatetags Fixed #21221 -- Made form Media and static template tag use staticfiles if installed. 2015-12-10 14:30:19 -05:00
test
utils Fixed #25915 -- Allowed language not in Django's default LANGUAGES 2015-12-18 17:50:16 +01:00
views
__init__.py
__main__.py
shortcuts.py