summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed #32073 -- Skipped collation tests on PostgreSQL < 10.Mariusz Felisiak2020-10-061-4/+10
* Removed unneeded calls to iri_to_uri() in cache key generation.Florian Apolloner2020-10-061-3/+2
* Removed unneeded iri_to_uri() call in reverse().Florian Apolloner2020-10-061-2/+1
* Fixed #32072 -- Fixed admin search bar height.Tom Carrick2020-10-061-2/+2
* Refs #31926 -- Fixed reverse related identity crash on Q() limit_choices_to.Simon Charette2020-10-051-1/+1
* Refs #29838, Refs #28507 -- Made make_hashable() ignore key order.Simon Charette2020-10-052-4/+8
* Fixed #32068 -- Added error messages on get() with filters following union(),...Hasan Ramezani2020-10-051-0/+5
* Fixed #31926 -- Fixed recreating queryset with FilteredRelation when using a ...David-Wobrock2020-10-051-0/+35
* Fixed #32060 -- Added Random database function.Nick Pope2020-10-028-25/+23
* Fixed #32051 -- Fixed rocket animation on the 'Congrats' page.Thibaud Colas2020-10-011-38/+25
* Refs #32051 -- Cleaned up CSS and SVG in the 'Congrats' page.Thibaud Colas2020-10-011-109/+6
* Fixed #31986 -- Fixed admin filter sidebar scrolling.Tom Carrick2020-09-307-84/+72
* Fixed #32047 -- Fixed call_command() crash if a constant option from required...Hasan Ramezani2020-09-301-2/+6
* Fixed #30422 -- Made TemporaryFileUploadHandler handle interrupted uploads.aryan2020-09-302-1/+24
* Updated translations from Transifex.Claude Paroz2020-09-30149-1162/+932
* Fixed #31880 -- Made QuerySet.aggregate() raise FieldError when aggregating o...David Wobrock2020-09-291-2/+10
* Fixed #18995 -- Made blocktranslate tag raise TemplateSyntaxError when plural...Jacob Walls2020-09-291-0/+7
* Fixed #32042 -- Improved error messages for the number of submitted forms in ...meghanabhange2020-09-281-4/+4
* Fixed #32038 -- Fixed EmptyFieldListFilter crash with GenericRelation.Mariusz Felisiak2020-09-251-0/+4
* Fixed #30563 -- Optimized form Media by removing duplicated assets when adding.David Smith2020-09-241-2/+8
* Fixed #27906 -- Fixed test tools counting of HTML matches for subsets of elem...Jacob Walls2020-09-241-0/+18
* Fixed #32029 -- Removed unnecessary margin in admin CSS for horizontal radio ...Matthias Kestenholz2020-09-231-1/+1
* Fixed #32027 -- Fixed wrapping of long words in admin error messages.Matthias Kestenholz2020-09-231-0/+2
* Fixed #32012 -- Made test database creation sync apps models when migrations ...Mariusz Felisiak2020-09-231-1/+11
* Fixed #32034 -- Removed redundant get_app_config() call in AdminSite.app_index.Raffaele Salmaso2020-09-231-2/+1
* Fixed #31723 -- Fixed window functions crash with DecimalField on SQLite.Hasan Ramezani2020-09-231-1/+11
* Corrected docstring quotes in various code.Mariusz Felisiak2020-09-221-1/+1
* Made jinja2 import lazy in django.forms.Adam Johnson2020-09-221-7/+4
* Fixed #31777 -- Added support for database collations to Char/TextFields.Tom Carrick2020-09-2116-18/+215
* Refs #21181 -- Corrected DatabaseFeatures.test_collations for Swedish collation.Tom Carrick2020-09-183-3/+3
* Tweaked loaddata command to re-use a calculated value.Владимир Лысенко2020-09-171-1/+1
* Fixed #31916 -- Fixed combined queryset crash when combining with ordered com...Hasan Ramezani2020-09-171-1/+1
* Fixed #31843 -- Fixed pickling named values from QuerySet.values_list().Kwist2020-09-162-11/+20
* Fixed #29887 -- Added a cache backend for pymemcache.Nick Pope2020-09-161-0/+14
* Fixed #32007 -- Fixed queryset crash with Q() annotation and aggregation.Mariusz Felisiak2020-09-151-0/+3
* Fixed #31989 -- Fixed return value of django.core.files.locks.lock()/unlock()...Hasan Ramezani2020-09-151-4/+7
* Fixed #31636 -- Made BooleanFieldListFilter respect Field.choices.manav0142020-09-151-4/+6
* Added DatabaseIntrospection.index_default_access_method hook on the PostgreSQ...Tim Graham2020-09-151-3/+10
* Fixed #31990 -- Fixed QuerySet.ordered for GROUP BY queries on models with Me...Mariusz Felisiak2020-09-141-1/+6
* Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick2020-09-1414-84/+114