summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior.c/append-slash-opt-outCarlton Gibson2020-10-229-9/+89
* Refs #9475 -- Linked through_default docs to related managers methods.Simon Charette2020-10-221-2/+5
* Fixed #26390 -- Disabled grouping by Random().Étienne Beaulé2020-10-213-0/+19
* Fixed #32069 -- Fixed admin change-form layout on small screens.Carlton Gibson2020-10-212-0/+4
* Fixed #13060 -- Improved error message when ManagementForm data is missing.manav0142020-10-212-2/+12
* Fixed #32046 -- Added CreateCollation/RemoveCollation operations for PostgreSQL.Tom Carrick2020-10-216-5/+366
* Fixed #26615 -- Made password reset token invalidate when changing email.Jacob Walls2020-10-216-11/+39
* Fixed typo in docs/releases/3.2.txt.Jacob Walls2020-10-211-1/+1
* Fixed #32126 -- Fixed grouping by Case() annotation without cases.Hannes Ljungberg2020-10-212-0/+30
* Removed hardcoded pks in syndication tests.Octavio2020-10-212-10/+10
* Fixed outdated notes in SchemaEditor docs.Mariusz Felisiak2020-10-201-6/+4
* Fixed #32121 -- Fixed detecting uniqueness of USERNAME_FIELD when using Meta....Hannes Ljungberg2020-10-202-1/+60
* Fixed #32120 -- Added DatabaseFeatures.indexes_foreign_keys.Tim Graham2020-10-203-9/+36
* Fixed #32108 -- Made transaction.on_commit() raise TypeError when callback is...Herbert Poul2020-10-192-0/+7
* Reverted "Reduced time.sleep() in cache touch() tests."Mariusz Felisiak2020-10-191-4/+4
* Fixed typo in docs/ref/checks.txt.Mariusz Felisiak2020-10-191-4/+4
* Relaxed some query ordering assertions in expressions tests.Tim Graham2020-10-191-5/+5
* Fixed #32107 -- Fixed ProtectedError.protected_objects and RestrictedError.re...Hasan Ramezani2020-10-193-14/+31
* Added DatabaseFeatures.can_alter_geometry_field.Tim Graham2020-10-193-4/+7
* Fixed #32116 -- Fixed QuerySet.order_by() crash on EmptyQuerySet with union()...Hannes Ljungberg2020-10-192-1/+10
* Fixed typo in docs/topics/testing/tools.txt.Jacob Walls2020-10-181-1/+1
* Made test_change_list_sorting_model_admin_reverse's assertions more specific.Tim Graham2020-10-181-4/+6
* Fixed #32110 -- Doc'd and tested enumerations for ChoiceField.choices.Claude Paroz2020-10-172-6/+19
* Fixed #6517 -- Made dbshell use charset option on MySQL.manav0142020-10-172-0/+20
* Removed .hgignore.Nick Pope2020-10-161-15/+0
* Reduced time.sleep() in cache touch() tests.Nick Pope2020-10-161-4/+4
* Optimized inspectdb tests by specifying database tables/views.Nick Pope2020-10-161-5/+34
* Refs #32096 -- Made JSONField check respect Meta.required_db_vendor.Mariusz Felisiak2020-10-151-0/+5
* Refs #31672 -- Simplified ExceptionReporter.get_traceback_frames().Chris Jerdonek2020-10-151-6/+7
* Fixed #25253 -- Made AlterField operation a noop when changing attributes tha...Çağıl Uluşahin2020-10-152-2/+47
* Fixed #32105 -- Added template paths as ExceptionReporter class attributes.Aarni Koskela2020-10-157-3/+50
* Fixed #29988 -- Updated coding style to allow f-strings.Carlton Gibson2020-10-151-0/+31
* Refs #31926 -- Made test_pickle_filteredrelation_m2m do not depend on auto-PK.Mariusz Felisiak2020-10-152-2/+3
* Refs #32096 -- Removed JSONBAgg from 3.1.3 release notes.Mariusz Felisiak2020-10-151-2/+1
* Refs #32096 -- Fixed ExclusionConstraint crash with JSONField key transforms ...Mariusz Felisiak2020-10-145-1/+26
* Refs #32096 -- Fixed ExpressionWrapper crash with JSONField key transforms.Mariusz Felisiak2020-10-143-2/+20
* Refs #32096 -- Fixed __in lookup crash against key transforms for JSONField.Mariusz Felisiak2020-10-144-20/+33
* Refs #32096 -- Fixed crash of ArrayAgg/StringAgg/JSONBAgg with ordering over ...Mariusz Felisiak2020-10-143-2/+39
* Refs #32096 -- Added test for ArrayAgg over JSONField key transforms.Mariusz Felisiak2020-10-143-12/+47
* Refs #32096 -- Added test for window expressions with JSONField key transforms.Mariusz Felisiak2020-10-142-4/+42
* Fixed #31640 -- Made Trunc() truncate datetimes to Date/TimeField in a specif...David-Wobrock2020-10-149-32/+145
* Removed redundant tests in test_extract_trunc.David-Wobrock2020-10-141-32/+0
* Refs #31640 -- Made Extract raise ValueError when using tzinfo with Date/Time...David-Wobrock2020-10-142-0/+14
* Updated the link documenting the de_CH number formats.Matthias Kestenholz2020-10-141-2/+2
* Fixed #20601 -- Allowed forcing format with thousand separators in floatforma...Jacob Walls2020-10-135-3/+74
* Refs #31040 -- Doc'd Python 3.9 compatibility.Mariusz Felisiak2020-10-1311-13/+33
* Fixed typo in docs/topics/i18n/translation.txt.shivam sharma2020-10-131-2/+2
* Fixed #22490 -- Added tests for Feed.get_object().Octavio2020-10-135-1/+52
* Removed unnecessary check in BaseModelAdmin.get_view_on_site_url().Marco Richetta2020-10-131-1/+1
* Fixed #31674 -- Fixed displaying traceback in technical 500 debug page.Hasan Ramezani2020-10-122-21/+51