summaryrefslogtreecommitdiff
path: root/AUTHORS
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed #31371 -- Increased User.first_name max_length to 150 characters.Ryan Petrello2020-03-181-0/+1
* Fixed #31307 -- Fixed filter_horizontal add/remove SVG :hover positioning.007gzs2020-02-271-0/+1
* Fixed #28699 -- Fixed CSRF validation with remote user middleware.Colton Hicks2020-02-261-0/+1
* Fixed #31277 -- Relaxed system check of m2m intermediary tables for db_table ...Xavier Francisco2020-02-171-0/+1
* Fixed #31267 -- Added tests cases with empty username or password for URLVali...Dennis Schwertel2020-02-131-0/+1
* Fixed #31246 -- Fixed locking models in QuerySet.select_for_update(of=()) for...Abhijeet Viswa2020-02-111-0/+1
* Fixed #31222 -- Fixed typo in docs/internals/contributing/bugs-and-features.txt.Vibhu Agarwal2020-02-031-0/+1
* Fixed #31097 -- Fixed crash of ArrayAgg and StringAgg with filter when used i...David Wobrock2019-12-311-0/+1
* Fixed #30892 -- Fixed slugify() and admin's URLify.js for "İ".Sjbrgsn2019-12-301-0/+1
* Fixed #30819 -- Fixed year determination in admin calendar widget for two-dig...Farhaan Bukhsh2019-12-301-0/+1
* Refs #30819 -- Prioritized the date format with four-digit year for the Indon...Aldian Fazrihady2019-12-301-0/+1
* Fixed #31088 -- Added support for websearch searching in SearchQuery.James Turk2019-12-161-0/+1
* Fixed #30828 -- Added how to remove/insert many-to-many relations in bulk to ...David Foster2019-11-121-0/+1
* Refs #20456 -- Moved initialization of HEAD method based on GET to the View.s...Felipe Lee2019-10-301-0/+1
* Fixed #29087 -- Added delete buttons for unsaved admin inlines on validation ...Carlton Gibson2019-10-251-0/+1
* Fixed #30903 -- Fixed migrations crash on PostgreSQL when adding Index with o...Hannes Ljungberg2019-10-241-0/+1
* Fixed #20577 -- Deferred filtering of prefetched related querysets.Alex Aktsipetrov2019-10-211-0/+1
* Refs #30010 -- Doc'd running tests with django-docker-box.Katherine Michel2019-10-021-0/+1