.. |
apps
|
Fixed #34687 -- Made Apps.clear_cache() clear get_swappable_settings_name() cache.
|
2023-06-30 08:27:15 +02:00 |
conf
|
Updated link with valid options for LANGUAGE_CODE in global_settings.py.
|
2024-09-19 09:18:05 -03:00 |
contrib
|
Fixed #35074 -- Fixed adding/removing indexes when spatial_index is changed on MySQL, PostgreSQL, and Oracle.
|
2024-09-19 08:12:11 +02:00 |
core
|
Fixed #29522 -- Refactored the Deserializer functions to classes.
|
2024-09-17 11:00:49 +02:00 |
db
|
Refs #373, Refs #24121 -- Added ColPairs.__repr__().
|
2024-09-17 14:25:58 +02:00 |
dispatch
|
Fixed #35174 -- Fixed Signal.asend()/asend_robust() crash when all receivers are asynchronous.
|
2024-02-08 11:36:28 +01:00 |
forms
|
Refs #373 -- Added Model._is_pk_set() abstraction to check if a Model's PK is set.
|
2024-09-09 17:46:50 -03:00 |
http
|
Fixed #35631 -- Added HttpRequest.get_preferred_type().
|
2024-09-09 12:02:18 +02:00 |
middleware
|
Removed unneeded hyphens in "counterintuitive".
|
2024-07-04 08:30:19 +02:00 |
template
|
Fixed #35735 -- Enabled template access to methods and properties of classes with __class_get_item__.
|
2024-09-17 09:52:44 +02:00 |
templatetags
|
|
|
test
|
Fixed #35660 -- Made serialized_rollback and fixture data available in TransactionTestCase.setUpClass().
|
2024-09-17 09:53:46 +02:00 |
urls
|
Fixed #35252 -- Optimized _route_to_regex().
|
2024-03-05 13:09:10 +01:00 |
utils
|
Fixed #35766 -- Handled slices in BaseChoiceIterator.
|
2024-09-18 16:45:53 +02:00 |
views
|
Fixed #35703 -- Made technical_404_response() respect SCRIPT_NAME to return default_urlconf().
|
2024-08-23 18:07:47 +02:00 |
__init__.py
|
Bumped version; main is now 5.2 pre-alpha.
|
2024-05-22 15:44:07 -03:00 |
__main__.py
|
Applied Black's 2024 stable style.
|
2024-01-26 12:45:07 +01:00 |
shortcuts.py
|
Applied Black's 2024 stable style.
|
2024-01-26 12:45:07 +01:00 |