1
0
mirror of https://github.com/django/django.git synced 2025-01-08 17:37:20 +00:00
django/django
2022-05-26 08:33:07 +02:00
..
apps Rewrote some references to "master". 2022-03-08 14:50:06 +01:00
conf Updated source translation catalogs. 2022-05-17 14:17:07 +02:00
contrib Renamed wrapped functions to wrapper. 2022-05-25 10:53:52 +02:00
core Renamed wrapped functions to wrapper. 2022-05-25 10:53:52 +02:00
db Fixed #23740 -- Fixed removing unique_together constraint if exists primary key/unique constraint on the same field. 2022-05-26 08:33:07 +02:00
dispatch Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
forms Refs #32339 -- Deprecated default.html form template. 2022-05-17 11:16:54 +02:00
http Fixed #33683 -- Document HttpResponseBase and allow import from django.http 2022-05-17 09:51:16 +02:00
middleware Refs #30426 -- Updated XFrameOptionsMiddleware docstring. 2022-04-29 21:17:27 +02:00
template Normalized imports of functools.wraps. 2022-05-25 10:58:28 +02:00
templatetags Refs #32365 -- Removed internal uses of utils.timezone.utc alias. 2022-03-24 06:29:50 +01:00
test Fixed #33719 -- Fixed test command crash when running in parallel. 2022-05-19 10:20:51 +02:00
urls Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs. 2022-05-17 10:50:09 +02:00
utils Normalized imports of functools.wraps. 2022-05-25 10:58:28 +02:00
views Normalized decorator style for functools.wraps. 2022-05-25 10:58:48 +02:00
__init__.py Bumped version; main is now 4.2 pre-alpha. 2022-05-17 14:22:06 +02:00
__main__.py
shortcuts.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00