summaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Expand)Author
2021-11-17[4.0.x] Fixed #33163 -- Added example of connection signal handlers in AppCon...Roxane
2021-09-30[4.0.x] Fixed #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
2021-01-06Fixed #32322 -- Fixed autocomplete widget wrapping.Viktor Grabov
2020-12-14Fixed #32240 -- Made runserver suppress ConnectionAbortedError/ConnectionRese...Petter Strandmark
2020-11-13Fixed #29712 -- Made makemessages warn if locales have hyphens and skip them.manav014
2020-10-21Fixed #26390 -- Disabled grouping by Random().Étienne Beaulé
2020-10-13Fixed #22490 -- Added tests for Feed.get_object().Octavio
2020-10-09Fixed #32080 -- Fixed displaying Unicode chars in forms.JSONField and read-on...Qi Zhao
2020-10-07Fixed #31850 -- Fixed BasicExtractorTests.test_extraction_warning with xgette...Max Smolens
2020-09-28Fixed #32042 -- Improved error messages for the number of submitted forms in ...meghanabhange
2020-09-16Fixed #31843 -- Fixed pickling named values from QuerySet.values_list().Kwist
2020-09-11Fixed #31766 -- Made GDALRaster.transform() return a clone for the same SRID ...Barton Ip
2020-09-02Fixed #31941 -- Corrected FileField.deconstruct() with a callable storage.Brian Helba
2020-09-02Fixed #31948 -- Added tzinfo parameter to TruncDate() and TruncTime().Joe Jackson
2020-08-13Fixed #31825 -- Made RenameField operation a noop for fields with db_column.Iuri de Silvio
2020-07-31Fixed #27719 -- Added QuerySet.alias() to allow creating reusable aliases.Alexandr Tatarinov
2020-07-29Fixed #27395 -- Added sitemap 'alternates' generation.Florian Demmer
2020-07-06Fixed #23797 -- Fixed QuerySet.exclude() when rhs is a nullable column.Jacob Walls
2020-06-16Fixed #30190 -- Added JSONL serializer.Ali Vakilzade