summaryrefslogtreecommitdiff
path: root/AUTHORS
Commit message (Expand)AuthorAgeFilesLines
* Fixed #32129 -- Adjusted the docs for session expiry helpers.sarahboyce2022-03-311-0/+1
* Fixed #33561 -- Allowed synchronization of user attributes in RemoteUserBackend.Adrian Torres2022-03-101-0/+1
* Fixed #29865 -- Added logical XOR support for Q() and querysets.Ryan Heard2022-03-041-0/+1
* Fixed #33449 -- Fixed makemigrations crash on models without Meta.order_with_...Fabian Büchler2022-01-211-0/+1
* Fixed #32511 -- Corrected handling prefetched nested reverse relationships.Jamie Matthews2022-01-051-0/+1
* Fixed #33338 -- Doc'd that never_cache() decorator set Expires header.mgaligniana2021-12-131-0/+1
* Fixed #33340 -- Fixed unquoted column names in queries used by DatabaseCache.Arsa2021-12-091-0/+1
* Fixed #33319 -- Fixed crash when combining with the | operator querysets with...Ömer Faruk Abacı2021-12-081-0/+1
* Fixed #33163 -- Added example of connection signal handlers in AppConfig.read...Roxane2021-11-171-0/+1
* Fixed #33161 -- Enabled durability check for nested atomic blocks in TestCase.Krzysztof Jagiello2021-11-121-0/+1
* Fixed #32987 -- Added system check for template tag modules with the same name.Shreya Bamne2021-10-201-0/+2
* Fixed #28401 -- Allowed hashlib.md5() calls to work with FIPS kernels.Ade Lee2021-10-121-0/+1
* Fixed #33029 -- Allowed multiple popups for self-related fields in admin.Yash Jhunjhunwala2021-09-301-0/+1
* Fixed #33155 -- Made ModelChoiceIteratorValue instances hashable.Aljaž Košir2021-09-301-0/+1
* Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on Po...Nikita Marchant2021-09-171-0/+1
* Fixed #32994 -- Fixed autoreloader tests when using 'python -m'.Jonny Park2021-08-191-0/+1
* Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.Andrew Northall2021-08-171-0/+1
* Fixed #32993 -- Added AutocompleteJsonView.serialize_result() to allow custom...Mart Sõmermaa2021-08-101-1/+1
* Fixed #32990 -- Simplified and optimized tag regex.Greg Twohig2021-08-091-0/+1
* Fixed #27590 -- Allowed customizing a manifest file storage in ManifestFilesM...Jarosław Wygoda2021-08-051-0/+1
* Fixed #23895 -- Prevented pickling of ResolverMatch.Jonathan Davis2021-07-291-0/+1
* Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith2021-07-291-1/+1
* Refs #32743 -- Fixed recreation of foreign key constraints when altering type...Jordan Bae2021-07-271-0/+1
* Fixed #32947 -- Fixed hash() crash on reverse M2M relation when through_field...Tom Wojcik2021-07-261-0/+1
* Fixed #32275 -- Added scrypt password hasher.ryowright2021-07-221-0/+1
* Fixed #32905 -- Added CSS class for non-form errors of formsets.Ties Jan Hefting2021-07-151-0/+1
* Fixed #32226 -- Fixed JSON format of QuerySet.explain() on PostgreSQL.Wu Haotian2021-07-051-0/+1
* Fixed #30934 -- Included database alias in django.db.backends log messages.Nick Pope2021-07-021-0/+1
* Fixed #32858 -- Fixed ExclusionConstraint crash with index transforms in expr...Lucidiot2021-06-221-0/+1
* Fixed #32814 -- Improved performance of TextNode.Keryn Knight2021-06-071-0/+1
* Fixed #32716 -- Fixed ManifestStaticFilesStorage crash when max_post_process_...aryabartar2021-06-071-0/+1
* Fixed #32772 -- Made database cache count size once per set.Michael Lissner2021-05-261-0/+1
* Clarified docs about increasing the work factor for bcrypt hasher.yyyyyyyan2021-05-201-0/+1
* Fixed #32734 -- Fixed validation of startapp's directory with trailing slash.Rohith PR2021-05-141-0/+1
* Fixed #32681 -- Fixed VariableDoesNotExist when rendering some admin template.Zain Patel2021-04-261-0/+1
* Fixed #32667 -- Added link to labeling checks in BaseCommand.requires_system_...Abhyudai2021-04-211-0/+1
* Fixed #32641 -- Made DiscoverRunner print the number of found tests.girishsontakke2021-04-151-0/+1
* Fixed #32648 -- Fixed VariableDoesNotExist rendering sitemaps template.Arthur Jovart2021-04-141-0/+1
* Fixed #32580 -- Doc'd that HttpRequest.get_host() may raise DisallowedHost.sreehari19972021-03-261-0/+1
* Updated my entry in AUTHORS.Alex Dutton2021-03-221-1/+1
* Updated my entry in AUTHORS.F. Malina2021-03-031-1/+1
* Fixed #29052 -- Made test database creation preserve alias order and prefer t...Harm Geerts2021-02-161-0/+1
* Fixed #32433 -- Added error message on QuerySet.delete() following distinct().Egidijus Macijauskas2021-02-111-0/+1
* Fixed #32347 -- Made ModelChoiceField include the value in ValidationError fo...Jerin Peter George2021-01-261-0/+1
* Fixed #32360 -- Added system check for FILE_UPLOAD_TEMP_DIR setting.Timothy McCurrach2021-01-221-0/+1
* Fixed #32322 -- Fixed autocomplete widget wrapping.Viktor Grabov2021-01-061-0/+1
* Fixed #32240 -- Made runserver suppress ConnectionAbortedError/ConnectionRese...Petter Strandmark2020-12-141-0/+1
* Fixed #29712 -- Made makemessages warn if locales have hyphens and skip them.manav0142020-11-131-0/+1
* Fixed #26390 -- Disabled grouping by Random().Étienne Beaulé2020-10-211-0/+1
* Fixed #22490 -- Added tests for Feed.get_object().Octavio2020-10-131-0/+1