summaryrefslogtreecommitdiff
path: root/AUTHORS
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed #32080 -- Fixed displaying Unicode chars in forms.JSONField and read-on...Qi Zhao2020-10-091-0/+1
* Fixed #31850 -- Fixed BasicExtractorTests.test_extraction_warning with xgette...Max Smolens2020-10-071-0/+1
* Fixed #32042 -- Improved error messages for the number of submitted forms in ...meghanabhange2020-09-281-0/+1
* Fixed #31843 -- Fixed pickling named values from QuerySet.values_list().Kwist2020-09-161-0/+1
* Fixed #31766 -- Made GDALRaster.transform() return a clone for the same SRID ...Barton Ip2020-09-111-0/+1
* Fixed #31941 -- Corrected FileField.deconstruct() with a callable storage.Brian Helba2020-09-021-0/+1
* Fixed #31948 -- Added tzinfo parameter to TruncDate() and TruncTime().Joe Jackson2020-09-021-0/+1
* Fixed #31825 -- Made RenameField operation a noop for fields with db_column.Iuri de Silvio2020-08-131-0/+1
* Fixed #27719 -- Added QuerySet.alias() to allow creating reusable aliases.Alexandr Tatarinov2020-07-311-1/+1
* Fixed #27395 -- Added sitemap 'alternates' generation.Florian Demmer2020-07-291-0/+1
* Fixed #23797 -- Fixed QuerySet.exclude() when rhs is a nullable column.Jacob Walls2020-07-061-0/+1
* Fixed #30190 -- Added JSONL serializer.Ali Vakilzade2020-06-161-0/+1
* Fixed #28132 -- Made MultiPartParser ignore filenames with trailing slash.Michael Brown2020-06-111-0/+1
* Fixed #11157 -- Stopped removing stop words in admin's prepopulated_fields.Scott Cranfill2020-05-271-0/+2
* Fixed #31577 -- Clarified docs about bounds of RangeFields.xncbf2020-05-181-0/+1
* Fixed #31034 -- Added a navigation sidebar to the admin.Tom Carrick2020-05-111-0/+1
* Added tests for loaddata with gzip/bzip2 compressed fixtures.Paolo Melchiorre2020-05-081-0/+1
* Fixed #12990, Refs #27694 -- Added JSONField model field.sage2020-05-081-0/+1
* Fixed #28184 -- Allowed using a callable for FileField and ImageField storage.miigotu2020-04-081-0/+1
* Fixed #31275 -- Optimized sql_flush() without resetting sequences on MySQL.c-bata2020-04-021-0/+1
* Fixed #30864 -- Doc'd classproperty decorator.Deep Sukhwani2020-03-311-0/+1
* Fixed #31404 -- Changed selector-chosen's multiple attribute to HTML5 boolean...zriv2020-03-271-0/+1