index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AUTHORS
Age
Commit message (
Expand
)
Author
2023-09-01
[4.2.x] Fixed #34803 -- Fixed queryset crash when filtering againts deeply ne...
willzhao
2023-05-16
[4.2.x] Fixed #34539 -- Restored get_prep_value() call when adapting JSONFields.
Julie Rymer
2023-02-02
[4.2.x] Fixed #34286 -- Fixed admindocs markups for case-sensitive template/v...
skidipap
2023-01-31
[4.2.x] Fixed #34180 -- Added note about resetting language in test tear-downs.
Durval Carvalho
2022-12-28
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-12-10
Fixed #34205 -- Fixed Meta.constraints validation crash with ArrayField and _...
James Gillard
2022-12-09
Fixed #33199 -- Deprecated passing positional arguments to Signer/TimestampSi...
SirAbhi13
2022-11-29
Fixed #33701 -- Added fine-grained error locations to the technical 500 debug...
Giebisch
2022-11-21
Fixed #31090 -- Logged transaction management queries.
Ilya Bass
2022-11-18
Fixed #34148 -- Reverted "Fixed #32901 -- Optimized BaseForm.__getitem__()."
Francesco Panico
2022-11-08
Fixed #34139 -- Fixed acreate(), aget_or_create(), and aupdate_or_create() me...
Jon Janzen
2022-11-02
Fixed #34112 -- Added async-compatible interface to Model methods.
DevilsAutumn
2022-10-29
Corrected test_update_or_create_with_model_property_defaults test.
Msvstl
2022-09-06
Fixed #24179 -- Added filtering to selected side of vertical/horizontal filters.
Gav O'Connor
2022-09-05
Fixed #33937 -- Optimized serialization of related m2m fields without natural...
Mark Evans
2022-08-09
Fixed #33842 -- Used :source: role for links to repo files on GitHub.
Ramil Yanbulatov
2022-08-08
Fixed #33899 -- Fixed migration crash when removing indexed field on SQLite 3...
Fiza Ashraf
2022-06-30
Corrected various typos in contributing docs.
Arslan Noor
2022-06-20
Fixed #32969 -- Fixed pickling HttpResponse and subclasses.
Anv3sh
2022-06-17
Fixed #33788 -- Added TrigramStrictWordSimilarity() and TrigramStrictWordDist...
Matt Brewer
2022-06-08
Fixed #33565 -- Improved locale format validation for the makemessages command.
Ronnie van den Crommenacker
2022-06-03
Fixed #33764 -- Deprecated BaseUserManager.make_random_password().
Ciaran McCormick
2022-05-31
Fixed #33754 -- Fixed crash with prematurely closed ASGI request body.
Jonas Lundberg
2022-05-17
Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs.
Alokik Vijay
2022-05-12
Fixed #32559 -- Added 'step_size’ to numeric form fields.
Kapil Bansal
2022-05-10
Fixed #33622 -- Allowed customizing error messages for invalid number of forms.
Marc Seguí Coll
2022-03-31
Fixed #32129 -- Adjusted the docs for session expiry helpers.
sarahboyce
2022-03-10
Fixed #33561 -- Allowed synchronization of user attributes in RemoteUserBackend.
Adrian Torres
2022-03-04
Fixed #29865 -- Added logical XOR support for Q() and querysets.
Ryan Heard
2022-01-21
Fixed #33449 -- Fixed makemigrations crash on models without Meta.order_with_...
Fabian Büchler
2022-01-05
Fixed #32511 -- Corrected handling prefetched nested reverse relationships.
Jamie Matthews
2021-12-13
Fixed #33338 -- Doc'd that never_cache() decorator set Expires header.
mgaligniana
2021-12-09
Fixed #33340 -- Fixed unquoted column names in queries used by DatabaseCache.
Arsa
2021-12-08
Fixed #33319 -- Fixed crash when combining with the | operator querysets with...
Ömer Faruk Abacı
2021-11-17
Fixed #33163 -- Added example of connection signal handlers in AppConfig.read...
Roxane
2021-11-12
Fixed #33161 -- Enabled durability check for nested atomic blocks in TestCase.
Krzysztof Jagiello
2021-10-20
Fixed #32987 -- Added system check for template tag modules with the same name.
Shreya Bamne
2021-10-12
Fixed #28401 -- Allowed hashlib.md5() calls to work with FIPS kernels.
Ade Lee
2021-09-30
Fixed #33029 -- Allowed multiple popups for self-related fields in admin.
Yash Jhunjhunwala
2021-09-30
Fixed #33155 -- Made ModelChoiceIteratorValue instances hashable.
Aljaž Košir
2021-09-17
Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on Po...
Nikita Marchant
2021-08-19
Fixed #32994 -- Fixed autoreloader tests when using 'python -m'.
Jonny Park
2021-08-17
Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.
Andrew Northall
2021-08-10
Fixed #32993 -- Added AutocompleteJsonView.serialize_result() to allow custom...
Mart Sõmermaa
2021-08-09
Fixed #32990 -- Simplified and optimized tag regex.
Greg Twohig
2021-08-05
Fixed #27590 -- Allowed customizing a manifest file storage in ManifestFilesM...
Jarosław Wygoda
2021-07-29
Fixed #23895 -- Prevented pickling of ResolverMatch.
Jonathan Davis
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-07-27
Refs #32743 -- Fixed recreation of foreign key constraints when altering type...
Jordan Bae
2021-07-26
Fixed #32947 -- Fixed hash() crash on reverse M2M relation when through_field...
Tom Wojcik
[next]