summaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Expand)Author
2020-11-02[3.1.x] Fixed #31850 -- Fixed BasicExtractorTests.test_extraction_warning wit...Max Smolens
2020-10-09[3.1.x] Fixed #32080 -- Fixed displaying Unicode chars in forms.JSONField and...Qi Zhao
2020-09-02[3.1.x] Fixed #31941 -- Corrected FileField.deconstruct() with a callable sto...Brian Helba
2020-06-11[3.1.x] Fixed #28132 -- Made MultiPartParser ignore filenames with trailing s...Michael Brown
2020-05-18[3.1.x] Fixed #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
2019-10-21Fixed #20577 -- Deferred filtering of prefetched related querysets.Alex Aktsipetrov
2019-10-02Refs #30010 -- Doc'd running tests with django-docker-box.Katherine Michel
2019-09-20Fixed #30771 -- Fixed exact lookup against queries with selected columns.James Timmins
2019-08-21Fixed #21039 -- Added AddIndexConcurrently/RemoveIndexConcurrently operations...Mads Jensen
2019-08-11Fixed #30670 -- Doc'd SchemaEditor.add/remove_constraint().Akash Agrawal
2019-08-08Fixed #30673 -- Relaxed system check for db_table collision when database rou...Adnan Umer
2019-07-03Fixed #30608 -- Fixed non-unicode EmailMessage crash when domain name for loc...Chason Chaffin
2019-06-21Fixed #30421 -- Allowed symmetrical intermediate table for self-referential M...Nadège Michel
2019-06-04Fixed #30505 -- Doc'd how changes in the order of Field.choices affect migrat...Caio Ariede
2019-05-28Simplified Model.save() a bit.葛汉斌
2019-05-24Fixed #28780 -- Allowed specyfing a token parameter displayed in password res...Rob
2019-05-21Fixed #28147 -- Fixed loss of assigned parent when saving child after parent.Rob
2019-05-17Fixed #30199 -- Adjusted QuerySet.get_or_create() docs to highlight atomicity...Alex
2019-05-17Fixed #30453 -- Fixed crash of simple_tag() and inclusion_tag() when function...Batuhan Taşkaya
2019-05-07Removed unnecessary line in DebugLexer.tokenize().sanchjat
2019-05-07Fixed #30444 -- Moved SQL generation for tables to BaseDatabaseSchemaEditor.t...Rob Golding-Day
2019-05-02Fixed #30396 -- Added system checks for uniqueness of indexes and constraints...can
2019-05-01Fixed #30409 -- Allowed using foreign key's attnames in unique/index_together...zeyneloz
2019-04-26Fixed #30361 -- Increased the default timeout of watchman client to 5 seconds...Jacob Green
2019-04-19Fixed #30328 -- Fixed crash of IntegerField.validators when limit_value in a ...Scott Fitsimones
2019-04-16Fixed #30368 -- Fixed prefetch_related() for GenericForeignKey when PK is als...Vinny Do
2019-04-13Fixed #30358 -- Removed redundant assertion in FormsUtilsTestCase.test_error_...Krisjanis Vaiders