django1/django
BeryCZ 807226cd79
Fixed -- Corrected docstring and removed redundant comments in django/views/defaults.py.
2021-02-24 21:32:37 +01:00
..
apps Fixed -- Raised ImproperlyConfigured when AppConfig.label is not a valid Python identifier. 2020-12-22 13:26:30 +01:00
conf Fixed -- Changed project template settings to use relative STATIC_URL. 2021-02-06 13:34:00 +01:00
contrib Fixed -- Corrected usage of never_cache in contrib.admin. 2021-02-24 10:13:43 +01:00
core Fixed -- Dropped support for Python 3.6 and 3.7 2021-02-10 10:20:54 +01:00
db Fixed -- Included nested columns referenced by subqueries in GROUP BY on aggregations. 2021-02-24 09:01:36 +01:00
dispatch Refs -- Removed providing_args argument for Signal per deprecation timeline. 2021-01-14 17:50:04 +01:00
forms Improved performance of django.forms.ChoiceWidget.optgroups(). 2021-01-27 21:10:11 +01:00
http Fixed -- Dropped support for Python 3.6 and 3.7 2021-02-10 10:20:54 +01:00
middleware Refs -- Made get_response argument required and don't accept None in middleware classes. 2021-01-14 17:50:04 +01:00
template Fixed -- Fixed TemplateNotFound in {% include %} tag for relative path in variable. 2021-01-27 10:07:31 +01:00
templatetags Fixed -- Made blocktranslate tag raise TemplateSyntaxError when plural count is not a number. 2020-09-29 08:03:51 +02:00
test Fixed -- Deprecated SERIALIZE test database setting. 2021-02-24 20:31:11 +01:00
urls Fixed -- Fixed preserving encoded query strings in set_language() view. 2021-01-29 11:58:43 +01:00
utils Refs -- Restored PY36 and PY37 version constants. 2021-02-10 19:57:11 +01:00
views Fixed -- Corrected docstring and removed redundant comments in django/views/defaults.py. 2021-02-24 21:32:37 +01:00
__init__.py Bumped version; master is now 4.0 pre-alpha. 2021-01-14 17:50:04 +01:00
__main__.py Fixed -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Made small readability improvements. 2020-10-28 20:20:20 +01:00