summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #34333 -- Fixed migration operations ordering when adding index/constra...Durval Carvalho2023-03-101-0/+20
* Fixed #27397 -- Prevented integer overflows on integer field lookups.Simon Charette2023-03-091-4/+39
* Fixed #33985 -- Used app_config.verbose_name in ContentType.__str__().Hrushikesh Vaidya2023-03-091-1/+4
* Fixed #34395 -- Updated admin's jQuery to 3.6.4.Mariusz Felisiak2023-03-092-61/+33
* Fixed #34370 -- Added integer fields validation as 64-bit on SQLite.nabil-rady2023-03-081-2/+9
* Fixed #34384 -- Fixed session validation when rotation secret keys.David Wobrock2023-03-082-5/+28
* Fixed #31920 -- Made AuthenticationMiddleware add request.auser().Jon Janzen2023-03-071-0/+11
* Fixed #32172 -- Adapted signals to allow async handlers.Jon Janzen2023-03-074-31/+212
* Fixed #34386 -- Made SMTP backend load default system root CA certificates by...Dmitriy Sintsov2023-03-061-2/+4
* Fixed #32539 -- Added toggleable facet filters to ModelAdmin.sarahboyce2023-03-0310-35/+229
* Fixed #34377 -- Fixed preserving query strings in AdminSite.catch_all_view().Dominique Bischof2023-03-031-1/+3
* Fixed #34378 -- Made QuerySet.in_bulk() not clear odering when id_list is pas...Ekaterina Vahrusheva2023-03-031-2/+2
* Moved str() calls to DateFieldListFilter.choices().sarahboyce2023-03-021-12/+13
* Refs #34320 -- Stopped recreating check constraints when renaming fields.Mariusz Felisiak2023-03-022-2/+28
* Fixed #34368 -- Made subquery raise NotSupportedError when referencing outer ...Simon Charette2023-02-272-1/+6
* Fixed #34372 -- Fixed queryset crash on order by aggregation using OrderBy.Simon Charette2023-02-271-0/+2
* Fixed #34366 -- Reduced AlterField operations when optimizing migrations.Laurent Tramoy2023-02-241-3/+3
* Refs #30060, Refs #34217 -- Made SchemaEditor not generate SQL for CheckConst...Mariusz Felisiak2023-02-231-0/+2
* Fixed #34338 -- Allowed customizing code of ValidationError in BaseConstraint...Xavier Fernandez2023-02-232-15/+70
* Refs #33829 -- Added violation_error_message to constraints' __repr__().Xavier Fernandez2023-02-232-3/+21
* Fixed #34363 -- Fixed floatformat crash on zero with trailing zeros.Panagiotis H.M. Issaris2023-02-221-1/+2
* Fixed #34355 -- Deprecated passing positional arguments to BaseConstraint.Xavier Fernandez2023-02-221-3/+24
* Refs #31445 -- Added test for nesting QuerySet.union().Mariusz Felisiak2023-02-211-0/+10
* Fixed #34344 -- Allowed PostGIS DatabaseWrapper subclasses to customize (feat...David Buhler2023-02-211-4/+18
* Fixed #34349 -- Fixed FormSet.empty_form crash when deleting extra forms is d...Laurens Verhoeven2023-02-201-1/+3
* Fixed #34346 -- Ordered selected expressions by position.Simon Charette2023-02-201-8/+35
* Refs #34176 -- Adjusted group by position variables naming to follow SQL spec.Simon Charette2023-02-181-5/+5
* Fixed #34347 -- Added __all__ to django.contrib.gis.utils.syre2023-02-171-7/+14
* Fixed #34302 -- Fixed SpatialReference.srid for objects without top-level aut...Stefan Brand2023-02-171-1/+1
* Refs #34302 -- Fixed SpatialReference.auth_name()/auth_code() when target is ...Stefan Brand2023-02-171-2/+6
* Fixed #34342, Refs #33735 -- Fixed test client handling of async streaming re...Alexandre Spaeth2023-02-171-9/+26
* Fixed #34343 -- Moved built-in templates to filesystem.Nick Pope2023-02-176-219/+248
* Fixed #34045 -- Improved accessibility of selecting items in admin changelist.Durval Carvalho2023-02-163-7/+11
* Fixed #34320 -- Make sure constraints names are obtained from truncated colum...nabil-rady2023-02-151-2/+6
* Fixed #34250 -- Fixed renaming model with m2m relation to a model with the sa...DevilsAutumn2023-02-141-14/+6
* Fixed #34280 -- Allowed specifying different field values for create operatio...tschilling2023-02-141-7/+15
* Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.Markus Holtermann2023-02-145-16/+72
* Fixed #34316 -- Fixed layout of admin password change forms and help texts.sarahboyce2023-02-134-8/+9
* Fixed #32813 -- Made runserver display port after binding.Dhanush2023-02-102-26/+32
* Fixed #34303 –- Allowed customizing admin site log entry list.Jacob Rief2023-02-082-8/+10
* Fixed #34319 -- Fixed Model.validate_constraints() crash on ValidationError w...Mariusz Felisiak2023-02-081-1/+4
* Refs #7430 -- Removed broken Template.__iter__().Anders Hovmöller2023-02-081-4/+0
* Fixed #34315 -- Preserved admin changelist filters on "Close" button.Bakdolot2023-02-081-1/+4
* Fixed #34313 -- Updated thousands separator for Spanish (ES) locale.Youngkwang Yang2023-02-081-1/+1
* Fixed #34317 -- Renamed "instance" argument of BaseModelFormSet.save_existing...Bakdolot2023-02-071-1/+1
* Fixed #34285 -- Fixed index/slice lookups on filtered aggregates with ArrayFi...Nils VAN ZUIJLEN2023-02-071-2/+6
* Fixed #33638 -- Fixed GIS lookups crash with geography fields on PostGIS.Jacob Walls2023-02-071-7/+9
* Fixed #34301 -- Made admin's submit_row check add permission for "Save as new...Frederic Mheir2023-02-071-1/+1
* Made PostgreSQL's SchemaEditor._create_index_sql() respect the "sql" argument.Dan Glass2023-02-061-1/+1
* Increased the default PBKDF2 iterations for Django 5.0.Mariusz Felisiak2023-02-041-1/+1