summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
* Fixed #32062 -- Added %b support to Date.strftime.Gagan Deep2020-10-282-0/+21
* Fixed #32143 -- Used EXISTS to exclude multi-valued relationships.Simon Charette2020-10-282-23/+18
* Refs #27149 -- Fixed sql.Query identity.Simon Charette2020-10-283-12/+53
* Fixed #1891, Fixed #11707 -- Prevented duplicates with limit_choices_to on mu...alvinshaita2020-10-271-2/+10
* Fixed #32127 -- Fixed admin change-form textarea layout for mid-sized displays.Josh Santos2020-10-271-1/+1
* Fixed #32128 -- Added asgiref 3.3 compatibility.Carlton Gibson2020-10-274-7/+7
* Improved naming consistency in BaseManage.contribute_to_class().Nguyen You2020-10-271-4/+4
* Made OracleSpatialAdapter clone geometries rather than mutate them.Tim Graham2020-10-273-7/+33
* Fixed #29497 -- Fixed loss of assigned parent when saving child with bulk_cre...Hannes Ljungberg2020-10-262-34/+39
* Fixed #32138 -- Prevented admin's map from covering other widgets.dokgeppo2020-10-261-1/+1
* Simplifed formset iteration using enumerate().Jon Dufresne2020-10-261-8/+4
* Fixed #32134 -- Fixed crash of __range lookup with namedtuple.Adam Johnson2020-10-231-1/+5
* Replaced @no_oracle skips with DatabaseFeatures.allows_group_by_lob.Tim Graham2020-10-222-0/+5
* Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior.Carlton Gibson2020-10-223-9/+23
* Fixed #32130 -- Fixed pre-Django 3.1 password reset tokens validation.Mariusz Felisiak2020-10-221-2/+10
* Fixed #26390 -- Disabled grouping by Random().Étienne Beaulé2020-10-211-0/+3
* Fixed #32069 -- Fixed admin change-form layout on small screens.Carlton Gibson2020-10-211-0/+1
* Fixed #13060 -- Improved error message when ManagementForm data is missing.manav0142020-10-211-1/+8
* Fixed #32046 -- Added CreateCollation/RemoveCollation operations for PostgreSQL.Tom Carrick2020-10-212-0/+98
* Fixed #26615 -- Made password reset token invalidate when changing email.Jacob Walls2020-10-211-4/+6
* Fixed #32126 -- Fixed grouping by Case() annotation without cases.Hannes Ljungberg2020-10-211-0/+5
* Fixed #32121 -- Fixed detecting uniqueness of USERNAME_FIELD when using Meta....Hannes Ljungberg2020-10-201-1/+4
* Fixed #32120 -- Added DatabaseFeatures.indexes_foreign_keys.Tim Graham2020-10-201-0/+3
* Fixed #32108 -- Made transaction.on_commit() raise TypeError when callback is...Herbert Poul2020-10-191-0/+2
* Fixed #32107 -- Fixed ProtectedError.protected_objects and RestrictedError.re...Hasan Ramezani2020-10-191-2/+2
* Added DatabaseFeatures.can_alter_geometry_field.Tim Graham2020-10-192-0/+4
* Fixed #32116 -- Fixed QuerySet.order_by() crash on EmptyQuerySet with union()...Hannes Ljungberg2020-10-191-1/+5
* Fixed #6517 -- Made dbshell use charset option on MySQL.manav0142020-10-171-0/+3
* 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-151-2/+18
* Fixed #32105 -- Added template paths as ExceptionReporter class attributes.Aarni Koskela2020-10-151-2/+5
* Refs #32096 -- Fixed ExclusionConstraint crash with JSONField key transforms ...Mariusz Felisiak2020-10-141-1/+1
* Refs #32096 -- Fixed ExpressionWrapper crash with JSONField key transforms.Mariusz Felisiak2020-10-141-1/+1
* Refs #32096 -- Fixed __in lookup crash against key transforms for JSONField.Mariusz Felisiak2020-10-142-20/+19
* Refs #32096 -- Fixed crash of ArrayAgg/StringAgg/JSONBAgg with ordering over ...Mariusz Felisiak2020-10-141-1/+1
* Fixed #31640 -- Made Trunc() truncate datetimes to Date/TimeField in a specif...David-Wobrock2020-10-147-32/+60
* Refs #31640 -- Made Extract raise ValueError when using tzinfo with Date/Time...David-Wobrock2020-10-141-0/+2
* 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-131-2/+17
* 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-121-21/+23
* Fixed #32098 -- Made FieldFile use FileField.attname.Sultan2020-10-121-2/+2
* Fixed #32087 -- Made technical 500 debug page use HTTPS for sharing traceback.nik258heda2020-10-121-1/+1
* Fixed #32094 -- Fixed flush() calls on management command self.stdout/err pro...Thomas Riccardi2020-10-091-0/+4
* Fixed #32091 -- Fixed admin search bar width on filtered admin page.Tim Schilling2020-10-091-1/+2
* Fixed #32080 -- Fixed displaying Unicode chars in forms.JSONField and read-on...Qi Zhao2020-10-092-2/+3
* Fixed #31181 -- Added links to related models for admin's readonly fields.Julien Rebetez2020-10-081-2/+21
* Fixed #32002 -- Added headers parameter to HttpResponse and subclasses.Tom Carrick2020-10-072-10/+16
* Refs #20577 -- Deferred filtering of prefetched related querysets by reverse ...Bob Renwick2020-10-061-0/+1