django/django
Illia Volochii bef6f75842 Fixed #32358 -- Fixed queryset crash when grouping by annotation with Distance()/Area().
Made MeasureBase hashable.
2021-01-18 09:58:50 +01:00
..
apps Fixed #32285 -- Raised ImproperlyConfigured when AppConfig.label is not a valid Python identifier. 2020-12-22 13:26:30 +01:00
conf Updated source translation catalogs. 2021-01-15 09:43:45 +01:00
contrib Fixed #32358 -- Fixed queryset crash when grouping by annotation with Distance()/Area(). 2021-01-18 09:58:50 +01:00
core Fixed #32265, Refs #32355 -- Removed unnecessary ServerHandler.handle_error(). 2021-01-16 17:37:53 +01:00
db Refs #31369 -- Removed models.NullBooleanField per deprecation timeline. 2021-01-14 17:50:04 +01:00
dispatch Refs #31327 -- Removed providing_args argument for Signal per deprecation timeline. 2021-01-14 17:50:04 +01:00
forms Improved performance of DecimalField. 2021-01-16 17:49:02 +01:00
http Refs #30997 -- Removed HttpRequest.is_ajax() per deprecation timeline. 2021-01-14 17:50:04 +01:00
middleware Refs #26601 -- Made get_response argument required and don't accept None in middleware classes. 2021-01-14 17:50:04 +01:00
template Refs #25236 -- Removed {% ifequal %} and {% ifnotequal %} template tags per deprecation timeline. 2021-01-14 17:50:04 +01:00
templatetags Fixed #18995 -- Made blocktranslate tag raise TemplateSyntaxError when plural count is not a number. 2020-09-29 08:03:51 +02:00
test Fixed #32233 -- Cleaned-up duplicate connection functionality. 2020-12-08 08:55:44 +01:00
urls Refs #31791 -- Improved performance of URLResolver.resolve(). 2021-01-11 07:49:01 +01:00
utils Advanced deprecation warnings for Django 4.0. 2021-01-14 17:50:04 +01:00
views Refs #15902 -- Stopped set_language() storing user's language in the session. 2021-01-14 17:50:04 +01:00
__init__.py Bumped version; master is now 4.0 pre-alpha. 2021-01-14 17:50:04 +01:00
__main__.py
shortcuts.py Made small readability improvements. 2020-10-28 20:20:20 +01:00