summaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Expand)Author
2022-06-30[4.1.x] Corrected various typos in contributing docs.Arslan Noor
2022-05-31[4.1.x] Fixed #33754 -- Fixed crash with prematurely closed ASGI request body.Jonas Lundberg
2022-05-17Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs.Alokik Vijay
2022-05-12Fixed #32559 -- Added 'step_size’ to numeric form fields.Kapil Bansal
2022-05-10Fixed #33622 -- Allowed customizing error messages for invalid number of forms.Marc Seguí Coll
2022-03-31Fixed #32129 -- Adjusted the docs for session expiry helpers.sarahboyce
2022-03-10Fixed #33561 -- Allowed synchronization of user attributes in RemoteUserBackend.Adrian Torres
2022-03-04Fixed #29865 -- Added logical XOR support for Q() and querysets.Ryan Heard
2022-01-21Fixed #33449 -- Fixed makemigrations crash on models without Meta.order_with_...Fabian Büchler
2022-01-05Fixed #32511 -- Corrected handling prefetched nested reverse relationships.Jamie Matthews
2021-12-13Fixed #33338 -- Doc'd that never_cache() decorator set Expires header.mgaligniana
2021-12-09Fixed #33340 -- Fixed unquoted column names in queries used by DatabaseCache.Arsa
2021-12-08Fixed #33319 -- Fixed crash when combining with the | operator querysets with...Ömer Faruk Abacı
2021-11-17Fixed #33163 -- Added example of connection signal handlers in AppConfig.read...Roxane
2021-11-12Fixed #33161 -- Enabled durability check for nested atomic blocks in TestCase.Krzysztof Jagiello
2021-10-20Fixed #32987 -- Added system check for template tag modules with the same name.Shreya Bamne
2021-10-12Fixed #28401 -- Allowed hashlib.md5() calls to work with FIPS kernels.Ade Lee
2021-09-30Fixed #33029 -- Allowed multiple popups for self-related fields in admin.Yash Jhunjhunwala
2021-09-30Fixed #33155 -- Made ModelChoiceIteratorValue instances hashable.Aljaž Košir
2021-09-17Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on Po...Nikita Marchant
2021-08-19Fixed #32994 -- Fixed autoreloader tests when using 'python -m'.Jonny Park
2021-08-17Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.Andrew Northall
2021-08-10Fixed #32993 -- Added AutocompleteJsonView.serialize_result() to allow custom...Mart Sõmermaa
2021-08-09Fixed #32990 -- Simplified and optimized tag regex.Greg Twohig
2021-08-05Fixed #27590 -- Allowed customizing a manifest file storage in ManifestFilesM...Jarosław Wygoda
2021-07-29Fixed #23895 -- Prevented pickling of ResolverMatch.Jonathan Davis
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-07-27Refs #32743 -- Fixed recreation of foreign key constraints when altering type...Jordan Bae
2021-07-26Fixed #32947 -- Fixed hash() crash on reverse M2M relation when through_field...Tom Wojcik
2021-07-22Fixed #32275 -- Added scrypt password hasher.ryowright
2021-07-15Fixed #32905 -- Added CSS class for non-form errors of formsets.Ties Jan Hefting
2021-07-05Fixed #32226 -- Fixed JSON format of QuerySet.explain() on PostgreSQL.Wu Haotian
2021-07-02Fixed #30934 -- Included database alias in django.db.backends log messages.Nick Pope
2021-06-22Fixed #32858 -- Fixed ExclusionConstraint crash with index transforms in expr...Lucidiot
2021-06-07Fixed #32814 -- Improved performance of TextNode.Keryn Knight
2021-06-07Fixed #32716 -- Fixed ManifestStaticFilesStorage crash when max_post_process_...aryabartar
2021-05-26Fixed #32772 -- Made database cache count size once per set.Michael Lissner
2021-05-20Clarified docs about increasing the work factor for bcrypt hasher.yyyyyyyan
2021-05-14Fixed #32734 -- Fixed validation of startapp's directory with trailing slash.Rohith PR
2021-04-26Fixed #32681 -- Fixed VariableDoesNotExist when rendering some admin template.Zain Patel
2021-04-21Fixed #32667 -- Added link to labeling checks in BaseCommand.requires_system_...Abhyudai
2021-04-15Fixed #32641 -- Made DiscoverRunner print the number of found tests.girishsontakke
2021-04-14Fixed #32648 -- Fixed VariableDoesNotExist rendering sitemaps template.Arthur Jovart
2021-03-26Fixed #32580 -- Doc'd that HttpRequest.get_host() may raise DisallowedHost.sreehari1997
2021-03-22Updated my entry in AUTHORS.Alex Dutton
2021-03-03Updated my entry in AUTHORS.F. Malina
2021-02-16Fixed #29052 -- Made test database creation preserve alias order and prefer t...Harm Geerts
2021-02-11Fixed #32433 -- Added error message on QuerySet.delete() following distinct().Egidijus Macijauskas
2021-01-26Fixed #32347 -- Made ModelChoiceField include the value in ValidationError fo...Jerin Peter George
2021-01-22Fixed #32360 -- Added system check for FILE_UPLOAD_TEMP_DIR setting.Timothy McCurrach