summaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Expand)Author
2021-07-26[3.2.x] Fixed #32947 -- Fixed hash() crash on reverse M2M relation when throu...Tom Wojcik
2021-04-26[3.2.x] Fixed #32681 -- Fixed VariableDoesNotExist when rendering some admin ...Zain Patel
2021-04-21[3.2.x] Fixed #32667 -- Added link to labeling checks in BaseCommand.requires...Abhyudai
2021-04-14[3.2.x] Fixed #32648 -- Fixed VariableDoesNotExist rendering sitemaps template.Arthur Jovart
2021-03-26[3.2.x] Fixed #32580 -- Doc'd that HttpRequest.get_host() may raise Disallowe...sreehari1997
2021-02-16[3.2.x] Fixed #29052 -- Made test database creation preserve alias order and ...Harm Geerts
2021-02-11[3.2.x] Fixed #32433 -- Added error message on QuerySet.delete() following di...Egidijus Macijauskas
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
2020-06-11Fixed #28132 -- Made MultiPartParser ignore filenames with trailing slash.Michael Brown
2020-05-27Fixed #11157 -- Stopped removing stop words in admin's prepopulated_fields.Scott Cranfill
2020-05-18Fixed #31577 -- Clarified docs about bounds of RangeFields.xncbf
2020-05-11Fixed #31034 -- Added a navigation sidebar to the admin.Tom Carrick
2020-05-08Added tests for loaddata with gzip/bzip2 compressed fixtures.Paolo Melchiorre
2020-05-08Fixed #12990, Refs #27694 -- Added JSONField model field.sage
2020-04-08Fixed #28184 -- Allowed using a callable for FileField and ImageField storage.miigotu
2020-04-02Fixed #31275 -- Optimized sql_flush() without resetting sequences on MySQL.c-bata
2020-03-31Fixed #30864 -- Doc'd classproperty decorator.Deep Sukhwani
2020-03-27Fixed #31404 -- Changed selector-chosen's multiple attribute to HTML5 boolean...zriv
2020-03-18Fixed #31371 -- Increased User.first_name max_length to 150 characters.Ryan Petrello
2020-02-27Fixed #31307 -- Fixed filter_horizontal add/remove SVG :hover positioning.007gzs
2020-02-26Fixed #28699 -- Fixed CSRF validation with remote user middleware.Colton Hicks
2020-02-17Fixed #31277 -- Relaxed system check of m2m intermediary tables for db_table ...Xavier Francisco
2020-02-13Fixed #31267 -- Added tests cases with empty username or password for URLVali...Dennis Schwertel
2020-02-11Fixed #31246 -- Fixed locking models in QuerySet.select_for_update(of=()) for...Abhijeet Viswa
2020-02-03Fixed #31222 -- Fixed typo in docs/internals/contributing/bugs-and-features.txt.Vibhu Agarwal
2019-12-31Fixed #31097 -- Fixed crash of ArrayAgg and StringAgg with filter when used i...David Wobrock
2019-12-30Fixed #30892 -- Fixed slugify() and admin's URLify.js for "İ".Sjbrgsn
2019-12-30Fixed #30819 -- Fixed year determination in admin calendar widget for two-dig...Farhaan Bukhsh
2019-12-30Refs #30819 -- Prioritized the date format with four-digit year for the Indon...Aldian Fazrihady
2019-12-16Fixed #31088 -- Added support for websearch searching in SearchQuery.James Turk
2019-11-12Fixed #30828 -- Added how to remove/insert many-to-many relations in bulk to ...David Foster
2019-10-30Refs #20456 -- Moved initialization of HEAD method based on GET to the View.s...Felipe Lee
2019-10-25Fixed #29087 -- Added delete buttons for unsaved admin inlines on validation ...Carlton Gibson
2019-10-24Fixed #30903 -- Fixed migrations crash on PostgreSQL when adding Index with o...Hannes Ljungberg