1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/django
2018-03-20 15:24:16 -04:00
..
apps
bin
conf Changed es_MX's THOUSAND_SEPARATOR to a comma. 2018-03-12 22:07:54 -04:00
contrib Used datetime.timezone.utc instead of pytz.utc for better performance. 2018-03-20 15:24:16 -04:00
core Used datetime.timezone.utc instead of pytz.utc for better performance. 2018-03-20 15:24:16 -04:00
db Used datetime.timezone.utc instead of pytz.utc for better performance. 2018-03-20 15:24:16 -04:00
dispatch Fixed #28984 -- Made assorted code simplifications. 2018-01-03 13:24:02 -05:00
forms Fixed hanging indentation in various code. 2018-03-16 10:54:34 +01:00
http Refs #27795 -- Replaced force_bytes() usage in django.http. 2018-02-07 14:28:15 -05:00
middleware Fixed hanging indentation in various code. 2018-03-16 10:54:34 +01:00
template Refs #28909 -- Simplifed code using unpacking generalizations. 2018-02-26 18:23:31 +01:00
templatetags Fixed #28544 -- Made unlocalize template filter behave like {% localize off %} tag 2017-11-07 20:48:15 +01:00
test Fixed hanging indentation in various code. 2018-03-16 10:54:34 +01:00
urls Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
utils Used datetime.timezone.utc instead of pytz.utc for better performance. 2018-03-20 15:24:16 -04:00
views Fixed #29038 -- Removed closing slash from HTML void tags. 2018-01-21 02:09:10 -05:00
__init__.py
__main__.py
shortcuts.py Fixed #29135 -- Prevented get_object/list_or_404() from hiding AttributeError raised by QuerySet filtering. 2018-02-19 10:51:15 -05:00