This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-03-01 12:24:31 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
History
David Wobrock
d6b6e5d0fd
Fixed
#28553
-- Fixed annotation mismatch with QuerySet.values()/values_list() on compound queries.
...
Co-authored-by: Matthias Kestenholz <mk@feinheit.ch>
2023-03-24 06:09:27 +01:00
..
apps
…
conf
…
contrib
Refs
#34316
-- Fixed displaying error lists in admin password change forms on small screens.
2023-03-23 10:44:01 +01:00
core
Fixed some typos in comments, docstrings, and tests.
2023-03-20 08:07:23 +01:00
db
Fixed
#28553
-- Fixed annotation mismatch with QuerySet.values()/values_list() on compound queries.
2023-03-24 06:09:27 +01:00
dispatch
Fixed
#32172
-- Adapted signals to allow async handlers.
2023-03-07 08:39:25 +01:00
forms
Fixed
#34424
-- Fixed SelectDateWidget crash for inputs raising OverflowError.
2023-03-22 07:59:39 +01:00
http
Fixed
#34405
-- Fixed setting Content-Type header in FileResponse for compress and brotli.
2023-03-14 05:45:30 +01:00
middleware
…
template
…
templatetags
…
test
Fixed
#32172
-- Adapted signals to allow async handlers.
2023-03-07 08:39:25 +01:00
urls
…
utils
…
views
Refs
#31949
-- Enabled @sensitive_variables to work with async functions.
2023-03-22 10:21:04 +01:00
__init__.py
…
__main__.py
…
shortcuts.py
…