summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-23Fixed #34338 -- Allowed customizing code of ValidationError in BaseConstraint...Xavier Fernandez
2023-02-23Refs #33829 -- Added violation_error_message to constraints' __repr__().Xavier Fernandez
2023-02-22Fixed #34363 -- Fixed floatformat crash on zero with trailing zeros.Panagiotis H.M. Issaris
2023-02-22Fixed #34355 -- Deprecated passing positional arguments to BaseConstraint.Xavier Fernandez
2023-02-22Moved DatabaseIntrospection.get_table_description() internal_size release not...Tim Graham
2023-02-21Refs #31445 -- Added test for nesting QuerySet.union().Mariusz Felisiak
2023-02-21Fixed #34344 -- Allowed PostGIS DatabaseWrapper subclasses to customize (feat...David Buhler
2023-02-21Refs #16969 -- Added test for not initializing PostGIS-specific stuff for non...Mariusz Felisiak
2023-02-20Fixed #34349 -- Fixed FormSet.empty_form crash when deleting extra forms is d...Laurens Verhoeven
2023-02-20Fixed #34346 -- Ordered selected expressions by position.Simon Charette
2023-02-18Refs #34176 -- Adjusted group by position variables naming to follow SQL spec.Simon Charette
2023-02-18Refs #33308 -- Added tests for queryset ordered by annotation with nulls_firs...Simon Charette
2023-02-17Fixed #34347 -- Added __all__ to django.contrib.gis.utils.syre
2023-02-17Fixed #34302 -- Fixed SpatialReference.srid for objects without top-level aut...Stefan Brand
2023-02-17Refs #34302 -- Fixed SpatialReference.auth_name()/auth_code() when target is ...Stefan Brand
2023-02-17Fixed #34342, Refs #33735 -- Fixed test client handling of async streaming re...Alexandre Spaeth
2023-02-17Refs #34342 -- Added tests for handling sync streaming responses by test client.Alexandre Spaeth
2023-02-17Fixed #34343 -- Moved built-in templates to filesystem.Nick Pope
2023-02-16Refs #21080, Refs #34322 -- Added warning to ManifestStaticFilesStorage docs ...Mariusz Felisiak
2023-02-16Fixed #34045 -- Improved accessibility of selecting items in admin changelist.Durval Carvalho
2023-02-15Fixed #34320 -- Make sure constraints names are obtained from truncated colum...nabil-rady
2023-02-15Refs #32339 -- Doc'd setting a form's template_name is recomended over using ...David Smith
2023-02-15Refs #32339 -- Updated docs to reflect default <div> style form rendering in ...David Smith
2023-02-15Refs #32339 -- Doc'd BaseFormSet.as_div()David Smith
2023-02-15Completed test coverage for django.utils.datastructures.Marcelo Galigniana
2023-02-15Completed test coverage for django.db.migrations.graph.Marcelo Galigniana
2023-02-15Completed test coverage for django.forms.utils.Marcelo Galigniana
2023-02-14Bumped grunt-contrib-qunit versions in npm configurations.Sarah Boyce
2023-02-14Fixed #34250 -- Fixed renaming model with m2m relation to a model with the sa...DevilsAutumn
2023-02-14Fixed #34328 -- Added async-only class-based middleware example.Carlton Gibson
2023-02-14Fixed #34280 -- Allowed specifying different field values for create operatio...tschilling
2023-02-14Added CVE-2023-24580 to security archive.Carlton Gibson
2023-02-14Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.Markus Holtermann
2023-02-13Fixed #29994 -- Added warning about performance of FileBasedCache with a larg...Sarah Boyce
2023-02-13Bumped versions in pre-commit and npm configurations.Sarah Boyce
2023-02-13Fixed #34318 -- Added release note for 4bfe8c0eec835b8eaffcda7dc1e3b203751a790a.Sota Tabu
2023-02-13Fixed #34316 -- Fixed layout of admin password change forms and help texts.sarahboyce
2023-02-11Fixed #33213 -- Doc'd testing code coverage in parallel and used it.Paolo Melchiorre
2023-02-10Ignored 534ac4829764f317cf2fbc4a18354fcc998c1425 formatting changes in git bl...Mariusz Felisiak
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2023-02-10Fixed #34325 -- Corrected wording in PercentRank() docs.dennisvang
2023-02-10Fixed #32813 -- Made runserver display port after binding.Dhanush
2023-02-10Fixed #34324 -- Mentioned Discord server in contributing index.p0lygun
2023-02-09Fixed #34248 -- Added tox.ini to MANIFEST.in.Syed Sajjad Hussain Shah
2023-02-09Fixed #34311 -- Updated serialization docs from unique_together to UniqueCons...Willem Van Onsem
2023-02-08Fixed #34303 –- Allowed customizing admin site log entry list.Jacob Rief
2023-02-08Added missing vars to AdminSite.each_context() docs.Carlton Gibson
2023-02-08Fixed #34319 -- Fixed Model.validate_constraints() crash on ValidationError w...Mariusz Felisiak
2023-02-08Refs #7430 -- Removed broken Template.__iter__().Anders Hovmöller
2023-02-08Fixed #34315 -- Preserved admin changelist filters on "Close" button.Bakdolot