summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2020-09-02Fixed #31858 -- Reallowed whitespaces in URL paths outside of parameters.Tim Park
2020-09-02Refs #29887, Refs #24212 -- Added servers configuration hook for memcached ba...Nick Pope
2020-09-02Fixed #31948 -- Added tzinfo parameter to TruncDate() and TruncTime().Joe Jackson
2020-09-01Refs #29887 -- Simplified memcached client instantiation.Nick Pope
2020-09-01Fixed CVE-2020-24584 -- Fixed permission escalation in intermediate-level dir...Mariusz Felisiak
2020-09-01Fixed CVE-2020-24583, #31921 -- Fixed permissions on intermediate-level stati...Mariusz Felisiak
2020-09-01Fixed #31901 -- Prevented content overflowing in the admin changelist with na...007gzs
2020-08-31Fixed #31952 -- Fixed EmptyFieldListFilter crash with reverse relationships.Federico Jaramillo Martínez
2020-08-31Fixed #31965 -- Adjusted multi-table fast-deletion on MySQL/MariaDB.Simon Charette
2020-08-31Fixed #31919 -- Resolved output_field of IntegerField subclasses combinations.Simon Charette
2020-08-28Fixed #31956 -- Fixed crash of ordering by JSONField with a custom decoder on...Mariusz Felisiak
2020-08-28Fixed #31954 -- Fixed migration optimization for MTI model creation with pare...Koen De Wit
2020-08-28Fixed #31928 -- Fixed detecting an async get_response in various middlewares.Kevin Michel
2020-08-28Refs #31928 -- Made SessionMiddleware call super().__init__().Kevin Michel
2020-08-28Fixed #31912 -- Removed strict=True in Path.resolve() in project template and...Mariusz Felisiak
2020-08-27Refs #31913 -- Corrected comment in PasswordResetTokenGenerator.Phil Gyford
2020-08-27Fixed #31947 -- Made QuerySet.update_or_create() reuse get_or_create().Alexander
2020-08-26Fixed #31936 -- Fixed __in lookup on key transforms for JSONField.Mariusz Felisiak
2020-08-26Fixed #31942 -- Made settings cleansing work with dictionary settings with no...Jeremy Lainé
2020-08-26Fixed #31918 -- Allowed QuerySet.in_bulk() to fetch on a single distinct field.Kaustubh
2020-08-26Fixed #31905 -- Made MiddlewareMixin call process_request()/process_response(...Michael Galler
2020-08-24Fixed #24533 -- Dropped PostgreSQL sequence and Oracle identity when migratin...Tim Graham
2020-08-24Fixed #31877 -- Reverted "Fixed #19878 -- Deprecated TemplateView passing URL...Mariusz Felisiak
2020-08-24Refs #31877 -- Reverted "Fixes #31877 -- Used lazy() for TemplateView kwarg d...Mariusz Felisiak
2020-08-24Fixed #31907 -- Fixed missing validate_key() calls in cache backends.Nick Pope
2020-08-20Refs #29887, #27480 -- Moved touch() to BaseMemcachedCache.Nick Pope
2020-08-20Fixed comments related to nonexistent keys for incr()/decr() in memcached bac...Nick Pope
2020-08-19Fixed #31895 -- Fixed crash when decoding invalid session data.Mariusz Felisiak
2020-08-19Fixed #31902 -- Fixed crash of ExclusionConstraint on expressions with params.Maxim Petrov
2020-08-18Refs #9061 -- Allowed GenericInlineFormSet to disable deleting extra forms.Mariusz Felisiak
2020-08-18Refs #20347 -- Allowed customizing the maximum number of instantiated forms i...Mariusz Felisiak
2020-08-14Fixed #31826 -- Made AlterField operation a noop when adding db_column.Iuri de Silvio
2020-08-14Added missing items to django.test.client.__all__ and django.test.utils.__all__.Mads Jensen
2020-08-14Removed unnecessary urlsplit() call from SimpleTestCase.assertRedirects().Mads Jensen
2020-08-14Fixed #31878 -- Made createsuperuser respect --database option in default use...Yan Mitrofanov
2020-08-13Refs #31811 -- Added optional timing outputs to the test runner.Ahmad A. Hussein
2020-08-13Fixed #31792 -- Made Exists() reuse QuerySet.exists() optimizations.Simon Charette
2020-08-13Fixed #31825 -- Made RenameField operation a noop for fields with db_column.Iuri de Silvio
2020-08-13Fixes #31877 -- Used lazy() for TemplateView kwarg deprecation warning.Adam Johnson
2020-08-12Fixed #31382 -- Made Model.save(update_fields=...) raise ValueError on non-co...Pat Garcia
2020-08-12Fixed #31863 -- Prevented mutating model state by copies of model instances.Gert Burger
2020-08-11Fixed #21181 -- Added Collate database function.Tom Carrick
2020-08-11Fixed #31866 -- Fixed locking proxy models in QuerySet.select_for_update(of=()).Daniel Hillier
2020-08-11Fixed #31865 -- Adjusted admin nav sidebar template to reduce debug logging.Carlton Gibson
2020-08-10Fixed #31870 -- Fixed crash when populating app registry with empty or withou...Iuri de Silvio
2020-08-10Fixed #31871 -- Updated SESSION_COOKIE_SAMESITE comment in global_settings.py.אורי
2020-08-08Fixed #31831 -- Fixed migration operations ordering when adding order_with_re...Iuri de Silvio
2020-08-07Fixed #31864 -- Fixed encoding session data during transition to Django 3.1.Mariusz Felisiak
2020-08-06Fixed #25513 -- Extracted admin pagination to Paginator.get_elided_page_range().Nick Pope
2020-08-06Refs #25513 -- Fixed admin pagination elision bounds.Nick Pope