summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2019-10-18Fixed #28337 -- Preserved extra headers of requests made with django.test.Cli...Patrick Jenkins
2019-10-18Fixed #30890 -- Added MariaDB support for the relate lookup.Mariusz Felisiak
2019-10-17Refs #28816 -- Prevented silencing data loss when decreasing CharField.max_le...Hasan Ramezani
2019-10-17Refs #12990 -- Moved CheckFieldDefaultMixin to the django.db.models.fields.mi...sage
2019-10-16Fixed #30885 -- Dropped support for MariaDB 10.1.Mariusz Felisiak
2019-10-15Fixed #30859 -- Fixed DatabaseFeatures.supports_aggregate_filter_clause on SQ...Mariusz Felisiak
2019-10-15Fixed #30872 -- Improved unknown command message when settings are manually c...Carlton Gibson
2019-10-14Fixed #30870 -- Fixed showing that RunPython operations are irreversible by m...Mariusz Felisiak
2019-10-14Fixed #30868 -- Prevented unnecessary AlterField when renaming a referenced pk.Simon Charette
2019-10-11Fixed #30014 -- Fixed ModelChoiceField validation when initial value is a mod...Etienne Chové
2019-10-11Fixed #30826 -- Fixed crash of many JSONField lookups when one hand side is k...Louise Grandjonc
2019-10-11Fixed #30854 -- Fixed QuerySet.select_related() with multiple FilteredRelations.Hasan Ramezani
2019-10-11Refs #30854 -- Moved local_setter() outside the loop in SQLCompiler.get_relat...Hasan Ramezani
2019-10-10Fixed #23755 -- Added support for multiple field names in the no-cache Cache-...Flavio Curella
2019-10-10Fixed #30812 -- Made ConditionalGetMiddleware set ETag only for responses wit...Viktor Lomakin
2019-10-10Fixed #30300 -- Allowed migrations to be loaded from directories without __in...Benjy Weinberger
2019-10-09Refs #26608 -- Fixed DatabaseFeatures.supports_frame_range_fixed_distance on ...Mariusz Felisiak
2019-10-09Fixed #30860 -- Disabled unneeded NULLS FIRST/LAST workaround on SQLite 3.30+.Simon Charette
2019-10-09Fixed #30856 -- Combined fast-delete queries by model during cascade deletion.Simon Charette
2019-10-09Made Collector.collect() return immediately for disabled related collection.Simon Charette
2019-10-09Used defaultdict in deletion.Collector.Simon Charette
2019-10-09Improved performance of django.template.base.Parser.Alex Gaynor
2019-10-08Fixed #30839 -- Fixed Field.__deepcopy__() so forms don't share error messages.Hasan Ramezani
2019-10-03Refs #27914 -- Fixed serialization of nested enum.Enum classes in migrations.Hasan Ramezani
2019-10-02Fixed some typos in comments and docs.Min ho Kim
2019-10-02Removed redundant names in django.db.models.functions.__all__.Mariusz Felisiak
2019-10-02Fixed #30821 -- Added ExtractIsoWeekYear database function and iso_week_day l...Anatol Ulrich
2019-10-02Fixed #14218 -- Added Paginator.__iter__().Tanner Stirrat
2019-10-01Fixed #30651 -- Made __eq__() methods return NotImplemented for not implement...ElizabethU
2019-10-01Fixed typo in BulkInsertMapper constant name.Mariusz Felisiak
2019-10-01Fixed #30510 -- Fixed crash of QuerySet.bulk_create() with mixed-length texts...Ahmet Kucuk
2019-09-30Fixed #28690 -- Fixed handling of two-digit years in parse_http_date().Ad Timmering
2019-09-30Fixed #30774 -- Made serialization in migrations use members names for Enums.Hasan Ramezani
2019-09-27Fixed #30802 -- Prevented manifest creation when running collectstatic in dry...pablo
2019-09-27Fixed #30798 -- Fixed Meta.ordering validation for pk of related fields.Hasan Ramezani
2019-09-27Refs #30798 -- Prevented chaining fields from the same related model multiple...Hasan Ramezani
2019-09-25Fixed #25598 -- Added SCRIPT_NAME prefix to STATIC_URL and MEDIA_URL set to r...Oleg Kainov
2019-09-25Fixed #30800 -- Fixed migrations crash when altering a field with custom db_t...Mariusz Felisiak
2019-09-24Removed some outdated backwards compatibility imports and misleading comments.Mads Jensen
2019-09-24Refs #29444 -- Removed redundant DatabaseFeatures.can_return_multiple_columns...Mariusz Felisiak
2019-09-24Fixed #29444 -- Allowed returning multiple fields from INSERT statements on O...Johannes Hoppe
2019-09-24Fixed #30796 -- Prevented select_related() from mutating a queryset on chaining.Simon Charette
2019-09-23Fixed #13296 -- Fixed ordering by Options.order_with_respect_to after deletin...Hasan Ramezani
2019-09-23Fixed #29915 -- Added support for values with hyphens to pattern lookups for ...Ian Foote
2019-09-20Fixed #28622 -- Allowed specifying password reset link expiration in seconds ...Hasan Ramezani
2019-09-20Fixed #30771 -- Fixed exact lookup against queries with selected columns.James Timmins
2019-09-20Fixed #30786 -- Used CONVERT_TZ to check if the time zone definitions are ins...Andrew
2019-09-18Fixed #30772 -- Optimized make_template_fragment_key().Daniel Fairhead
2019-09-18Fixed #30776 -- Restored max length validation on AuthenticationForm.Username...Sam Reynolds
2019-09-17Fixed #30725 -- Fixed width of DateTimeField inputs in admin tabular inline.Min ho Kim