0
0
mirror of https://github.com/django/django.git synced 2024-11-22 03:18:31 +01:00
django/django
2020-10-26 08:35:55 +01:00
..
apps
bin
conf Updated the link documenting the de_CH number formats. 2020-10-14 14:37:26 +02:00
contrib Fixed #32138 -- Prevented admin's map from covering other widgets. 2020-10-26 08:35:55 +01:00
core Fixed #32094 -- Fixed flush() calls on management command self.stdout/err proxies. 2020-10-09 12:59:00 +02:00
db Fixed #32134 -- Fixed crash of __range lookup with namedtuple. 2020-10-23 18:01:31 +02:00
dispatch
forms Simplifed formset iteration using enumerate(). 2020-10-26 08:02:38 +01:00
http Fixed #32002 -- Added headers parameter to HttpResponse and subclasses. 2020-10-07 09:19:57 +02:00
middleware Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior. 2020-10-22 14:15:19 +02:00
template Fixed #20601 -- Allowed forcing format with thousand separators in floatformat filter. 2020-10-13 10:36:46 +02:00
templatetags
test
urls Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior. 2020-10-22 14:15:19 +02:00
utils Removed unneeded calls to iri_to_uri() in cache key generation. 2020-10-06 12:29:06 +02:00
views Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior. 2020-10-22 14:15:19 +02:00
__init__.py
__main__.py
shortcuts.py