summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33465 -- Added empty __slots__ to SafeString and SafeData.Keryn Knight2022-01-291-0/+5
* Fixed #33452 -- Fixed admin change-form layout for submit buttons on mid-size...Mariusz Felisiak2022-01-292-5/+22
* Fixed #33461 -- Escaped template errors in the technical 500 debug page.Keryn Knight2022-01-281-2/+2
* Fixed #26142 -- Allowed model formsets to prevent new object creation.vgolubev2022-01-271-3/+10
* Fixed #33463 -- Fixed QuerySet.bulk_update() with F() expressions.Jörg Breitbart2022-01-271-2/+2
* Fixed #33462 -- Fixed migration crash when altering type of primary key with ...Mariusz Felisiak2022-01-271-1/+3
* Fixed wrapping of long messages in the admin.Mariusz Felisiak2022-01-261-0/+1
* Fixed #33407 -- Fixed .radiolist admin CSS.Carlton Gibson2022-01-262-10/+14
* Fixed broken link to cx_Oracle docs.Ian Foote2022-01-251-1/+1
* Refs #20349 -- Avoided loading testing libraries when not needed.Collin Anderson2022-01-255-6/+8
* Fixed #29984 -- Added QuerySet.iterator() support for prefetching related obj...Jacob Walls2022-01-251-6/+33
* Fixed #33460 -- Used VALUES clause for insert in bulk on SQLite.Keryn Knight2022-01-241-4/+3
* Fixed wrapping of long values in technical 500 debug page.Mariusz Felisiak2022-01-241-3/+4
* Fixed #33457 -- Fixed "Local vars" scrolling in technical 500 debug page.Hrushikesh Vaidya2022-01-241-1/+1
* Fixed #33458 -- Fixed encoding of messages with empty string as extra_tags.Timothy McCurrach2022-01-241-1/+1
* Stopped including type="text/css" attributes for CSS link tags.Claude Paroz2022-01-2211-17/+17
* Fixed #26760 -- Added --prune option to migrate command.Jacob Walls2022-01-211-0/+52
* Fixed #33449 -- Fixed makemigrations crash on models without Meta.order_with_...Fabian Büchler2022-01-211-5/+2
* Fixed #33453 -- Dropped support for GDAL 2.1.Mariusz Felisiak2022-01-204-9/+4
* Fixed #33062 -- Made MultiPartParser remove non-printable chars from file names.Hrushikesh Vaidya2022-01-201-0/+2
* Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create().sean_c_hsu2022-01-1912-32/+206
* Updated GEOS/GDAL links in docs and comments.Moritz Duchêne2022-01-192-2/+2
* Fixed #33446 -- Added CSS source map support to ManifestStaticFilesStorage.Adam Johnson2022-01-181-0/+4
* Removed unused buf_size argument to LimitedStream().Nick Pope2022-01-181-2/+1
* Fixed #29338 -- Allowed using combined queryset in Subquery.Mariusz Felisiak2022-01-172-2/+13
* Fixed #33435 -- Fixed invalid SQL generatered by Subquery.as_sql().My-Name-Is-Nabil2022-01-171-1/+2
* Fixed #28135 -- Made simplify_regex() handle non-capturing groups.Ayush Joshi2022-01-142-2/+20
* Fixed #33441 -- Restored immutability of models.Field.__hash__().Adam Johnson2022-01-141-5/+1
* Refs #28135 -- Refactored out _find_groups()/_get_group_start_end() hooks in ...Ayush Joshi2022-01-131-64/+36
* Fixed #29708 -- Deprecated PickleSerializer.Adam Johnson2022-01-132-0/+8
* Optimized SessionBase.get_expire_at_browser_close().Adam Johnson2022-01-131-2/+2
* Refs #29708 -- Made SessionBase store expiry as string.Adam Johnson2022-01-131-1/+7
* Refs #29708 -- Stopped inheriting from PickleSerializer by RedisSerializer.Adam Johnson2022-01-131-8/+7
* Improved Model.__init__() properties loop.Adam Johnson2022-01-131-12/+21
* Refs #32681 -- Fixed VariableDoesNotExist when rendering some admin template.Mariusz Felisiak2022-01-133-0/+4
* Fixed #33396 -- Added view name to technical 500 debug page.Hrushikesh Vaidya2022-01-133-0/+8
* Refs #33396 -- Added django.views.debug.get_caller() hook.Hrushikesh Vaidya2022-01-131-8/+11
* Changed django.utils.log.log_response() to take exception instance.Adam Johnson2022-01-122-8/+8
* Refs #33426 -- Simplified technical_404_response() with ResolverMatch._func_p...Hrushikesh Vaidya2022-01-121-16/+1
* Added exception to SuspiciousOperation logging.Adam Johnson2022-01-121-0/+1
* Fixed #33433 -- Avoided unnecessary resolve() calls in technical_404_response().Hrushikesh Vaidya2022-01-121-5/+7
* Fixed #11715 -- Changed default value of ModelAdmin.actions/inlines to empty ...Jacob Walls2022-01-111-2/+2
* Refs #30141 -- Removed unused branch in parse_duration().Mariusz Felisiak2022-01-111-2/+0
* Fixed #13251 -- Made pre/post_delete signals dispatch the origin.mgaligniana2022-01-115-7/+11
* Fixed #29026 -- Added --scriptable option to makemigrations.Jacob Walls2022-01-101-3/+22
* Fixed #33426 -- Fixed ResolverMatch.__repr_() for class-based views.Keryn Knight2022-01-101-0/+2
* Simplified @stringfilter decorator and Library with unwrap().Baptiste Mispelon2022-01-102-20/+14
* Fixed #33425 -- Fixed view name for CBVs on technical 404 debug page.Keryn Knight2022-01-081-2/+3
* Refs #32355 -- Removed unnecessary list() calls before reversed() on dictviews.Mariusz Felisiak2022-01-072-2/+2
* Fixed #33419 -- Restored marking forms.Field.help_text as HTML safe.David2022-01-076-6/+6