django1/django
Mariusz Felisiak 4483a9b12f
Fixed -- Fixed migrations crash on SQLite < 3.26.
Regression in 0b95a96ee1.

Thanks Aristotelis Mikropoulos for the report.
2022-08-29 09:55:45 +02:00
..
apps Rewrote some references to "master". 2022-03-08 14:50:06 +01:00
conf Updated translations from Transifex. 2022-08-03 08:04:34 +02:00
contrib Fixed -- Fixed crash when displaying ArrayField with choices in admin. 2022-08-23 15:51:42 +02:00
core Fixed -- Fixed fixture dirs duplicates with Path instances. 2022-08-23 13:24:18 +02:00
db Fixed -- Fixed migrations crash on SQLite < 3.26. 2022-08-29 09:55:45 +02:00
dispatch Refs -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
forms Fixed -- Fixed VariableDoesNotExist when rendering ClearableFileInput. 2022-08-25 07:52:36 +02:00
http Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header. 2022-08-03 08:46:31 +02:00
middleware Fixed -- Skipped extra resolution for successful requests not ending with /. 2022-06-02 15:15:04 +02:00
template Fixed -- Deprecated length_is template filter. 2022-07-23 12:36:21 +02:00
templatetags Fixed -- Marked {% blocktranslate asvar %} result as HTML safe. 2022-07-14 11:09:19 +02:00
test Fixed -- Fixed test command crash when running in parallel using spawn. 2022-08-04 09:16:38 +02:00
urls Fixed -- Moved internal URLResolver view-strings mapping to admindocs. 2022-05-17 10:50:09 +02:00
utils Refs -- Removed post-startup check for Watchman availability. 2022-08-11 11:02:03 +02:00
views Fixed -- Switched to system fonts in CSS. 2022-08-17 10:19:00 +02:00
__init__.py Bumped version; main is now 4.2 pre-alpha. 2022-05-17 14:22:06 +02:00
__main__.py Fixed -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Refs -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00