1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/django
2024-05-21 11:03:39 +02:00
..
apps Fixed #34687 -- Made Apps.clear_cache() clear get_swappable_settings_name() cache. 2023-06-30 08:27:15 +02:00
conf Corrected Slovak local name. 2024-05-08 13:43:36 -03:00
contrib Refs #35189 -- Moved CSS details' cursor declaration to base.css. 2024-05-20 13:35:11 -03:00
core Fixed #35326 -- Added allow_overwrite parameter to FileSystemStorage. 2024-05-21 07:28:12 +02:00
db Fixed #35384 -- Raised FieldError when saving a file without a name to FileField. 2024-05-15 12:02:45 +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 Fixed #29942 -- Restored source file linking in docs by using the Sphinx linkcode ext. 2024-05-14 22:08:29 -03:00
http Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
middleware Fixed #27225 -- Added "Age" header when fetching cached responses. 2024-02-05 13:27:51 +01:00
template Fixed #35395 -- slice filter crashes on an empty dict with Python 3.12. 2024-04-24 10:53:38 +02:00
templatetags Refs #34233 -- Used str.removeprefix()/removesuffix(). 2023-01-18 19:11:18 +01:00
test Fixed SeleniumTestCase.set_emulated_media() when using selenium_hub. 2024-05-13 17:31:35 +02:00
urls Fixed #35252 -- Optimized _route_to_regex(). 2024-03-05 13:09:10 +01:00
utils Removed PY36 and PY37 version constants. 2024-05-16 18:37:32 +02:00
views Removed hardcoded docs version in csrf template. 2024-05-21 11:03:39 +02:00
__init__.py Bumped version; main is now 5.1 pre-alpha. 2023-09-18 22:12:40 +02: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