1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/django
Nick Pope 74afcee234 Refs #34899 -- Extracted Field.flatchoices to flatten_choices helper function.
Co-authored-by: Natalia Bidart <124304+nessita@users.noreply.github.com>
2023-10-23 13:44:23 -03:00
..
apps Fixed #34687 -- Made Apps.clear_cache() clear get_swappable_settings_name() cache. 2023-06-30 08:27:15 +02:00
conf Updated source translation catalogs. 2023-09-18 19:07:45 -03:00
contrib Fixed #34913 -- Added borders on high contrast mode in the admin. 2023-10-21 20:09:22 +02:00
core Fixed #34848 -- Ignored i18n_catalog.js file when building Django's translations catalog. 2023-09-22 08:20:08 +02:00
db Refs #34899 -- Extracted Field.flatchoices to flatten_choices helper function. 2023-10-23 13:44:23 -03:00
dispatch
forms Refs #31262 -- Renamed ChoiceIterator to BaseChoiceIterator. 2023-09-04 13:56:50 +02:00
http Fixed #34709 -- Raised BadRequest for non-UTF-8 requests with the application/x-www-form-urlencoded content type. 2023-08-25 21:27:22 +02:00
middleware
template Fixed #34883 -- Allowed template tags to set extra data on templates. 2023-10-02 16:16:43 +02:00
templatetags
test Fixed #34903, Refs #34825 -- Made workers initialization respect empty set of used connections. 2023-10-23 05:41:34 +02:00
urls Refs #34691 -- Optimized system check for unmatched angle brackets in path(). 2023-07-11 22:45:31 +02:00
utils Refs #34899 -- Extracted Field.flatchoices to flatten_choices helper function. 2023-10-23 13:44:23 -03:00
views Refs #31949 -- Made @vary_on_(cookie/headers) decorators work with async functions. 2023-07-10 11:43:36 +02:00
__init__.py Bumped version; main is now 5.1 pre-alpha. 2023-09-18 22:12:40 +02:00
__main__.py
shortcuts.py Fixed #34714 -- Added aget_object_or_404()/aget_list_or_404() shortcuts. 2023-07-24 07:37:54 +02:00