summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-27Fixed #1891, Fixed #11707 -- Prevented duplicates with limit_choices_to on mu...alvinshaita
2020-10-27Fixed #32127 -- Fixed admin change-form textarea layout for mid-sized displays.Josh Santos
2020-10-27Fixed #32128 -- Added asgiref 3.3 compatibility.Carlton Gibson
2020-10-27Improved naming consistency in BaseManage.contribute_to_class().Nguyen You
2020-10-27Removed unneeded @no_oracle skips.Tim Graham
2020-10-27Made OracleSpatialAdapter clone geometries rather than mutate them.Tim Graham
2020-10-27Fixed some queries tests when primary key values are large.Tim Graham
2020-10-27Removed an obsolete query test that assumes serial pks.Tim Graham
2020-10-26Fixed #29497 -- Fixed loss of assigned parent when saving child with bulk_cre...Hannes Ljungberg
2020-10-26Fixed admin_views's test_history_view on databases that don't use serial pks.Tim Graham
2020-10-26Refs #31670 -- Used allowlist_externals in tox.ini.David Smith
2020-10-26Fixed #32138 -- Prevented admin's map from covering other widgets.dokgeppo
2020-10-26Simplifed formset iteration using enumerate().Jon Dufresne
2020-10-26Corrected output of rendered formset example in model formsets docs.Jon Dufresne
2020-10-23Fixed #32134 -- Fixed crash of __range lookup with namedtuple.Adam Johnson
2020-10-22Replaced @no_oracle skips with DatabaseFeatures.allows_group_by_lob.Tim Graham
2020-10-22Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior.Carlton Gibson
2020-10-22Fixed #32130 -- Fixed pre-Django 3.1 password reset tokens validation.Mariusz Felisiak
2020-10-22Refs #9475 -- Linked through_default docs to related managers methods.Simon Charette
2020-10-21Fixed #26390 -- Disabled grouping by Random().Étienne Beaulé
2020-10-21Fixed #32069 -- Fixed admin change-form layout on small screens.Carlton Gibson
2020-10-21Fixed #13060 -- Improved error message when ManagementForm data is missing.manav014
2020-10-21Fixed #32046 -- Added CreateCollation/RemoveCollation operations for PostgreSQL.Tom Carrick
2020-10-21Fixed #26615 -- Made password reset token invalidate when changing email.Jacob Walls
2020-10-21Fixed typo in docs/releases/3.2.txt.Jacob Walls
2020-10-21Fixed #32126 -- Fixed grouping by Case() annotation without cases.Hannes Ljungberg
2020-10-21Removed hardcoded pks in syndication tests.Octavio
2020-10-20Fixed outdated notes in SchemaEditor docs.Mariusz Felisiak
2020-10-20Fixed #32121 -- Fixed detecting uniqueness of USERNAME_FIELD when using Meta....Hannes Ljungberg
2020-10-20Fixed #32120 -- Added DatabaseFeatures.indexes_foreign_keys.Tim Graham
2020-10-19Fixed #32108 -- Made transaction.on_commit() raise TypeError when callback is...Herbert Poul
2020-10-19Reverted "Reduced time.sleep() in cache touch() tests."Mariusz Felisiak
2020-10-19Fixed typo in docs/ref/checks.txt.Mariusz Felisiak
2020-10-19Relaxed some query ordering assertions in expressions tests.Tim Graham
2020-10-19Fixed #32107 -- Fixed ProtectedError.protected_objects and RestrictedError.re...Hasan Ramezani
2020-10-19Added DatabaseFeatures.can_alter_geometry_field.Tim Graham
2020-10-19Fixed #32116 -- Fixed QuerySet.order_by() crash on EmptyQuerySet with union()...Hannes Ljungberg
2020-10-18Fixed typo in docs/topics/testing/tools.txt.Jacob Walls
2020-10-18Made test_change_list_sorting_model_admin_reverse's assertions more specific.Tim Graham
2020-10-17Fixed #32110 -- Doc'd and tested enumerations for ChoiceField.choices.Claude Paroz
2020-10-17Fixed #6517 -- Made dbshell use charset option on MySQL.manav014
2020-10-16Removed .hgignore.Nick Pope
2020-10-16Reduced time.sleep() in cache touch() tests.Nick Pope
2020-10-16Optimized inspectdb tests by specifying database tables/views.Nick Pope
2020-10-15Refs #32096 -- Made JSONField check respect Meta.required_db_vendor.Mariusz Felisiak
2020-10-15Refs #31672 -- Simplified ExceptionReporter.get_traceback_frames().Chris Jerdonek
2020-10-15Fixed #25253 -- Made AlterField operation a noop when changing attributes tha...Çağıl Uluşahin
2020-10-15Fixed #32105 -- Added template paths as ExceptionReporter class attributes.Aarni Koskela
2020-10-15Fixed #29988 -- Updated coding style to allow f-strings.Carlton Gibson
2020-10-15Refs #31926 -- Made test_pickle_filteredrelation_m2m do not depend on auto-PK.Mariusz Felisiak