summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2019-10-14[3.0.x] Bumped version for 3.0 beta 1.3.0b1Mariusz Felisiak
2019-10-14[3.0.x] Fixed #30870 -- Fixed showing that RunPython operations are irreversi...Mariusz Felisiak
2019-10-14[3.0.x] Fixed #30868 -- Prevented unnecessary AlterField when renaming a refe...Simon Charette
2019-10-11[3.0.x] Fixed #30014 -- Fixed ModelChoiceField validation when initial value ...Etienne Chové
2019-10-11[3.0.x] Fixed #30826 -- Fixed crash of many JSONField lookups when one hand s...Louise Grandjonc
2019-10-11[3.0.x] Fixed #30854 -- Fixed QuerySet.select_related() with multiple Filtere...Hasan Ramezani
2019-10-08[3.0.x] Fixed #30839 -- Fixed Field.__deepcopy__() so forms don't share error...Hasan Ramezani
2019-10-03[3.0.x] Refs #27914 -- Fixed serialization of nested enum.Enum classes in mig...Hasan Ramezani
2019-10-01[3.0.x] Fixed typo in BulkInsertMapper constant name.Mariusz Felisiak
2019-10-01[3.0.x] Fixed #30510 -- Fixed crash of QuerySet.bulk_create() with mixed-leng...Ahmet Kucuk
2019-09-30[3.0.x] Fixed #28690 -- Fixed handling of two-digit years in parse_http_date().Ad Timmering
2019-09-30[3.0.x] Fixed #30774 -- Made serialization in migrations use members names fo...Hasan Ramezani
2019-09-27[3.0.x] Fixed #30802 -- Prevented manifest creation when running collectstati...pablo
2019-09-27[3.0.x] Fixed #30798 -- Fixed Meta.ordering validation for pk of related fields.Hasan Ramezani
2019-09-27[3.0.x] Refs #30798 -- Prevented chaining fields from the same related model ...Hasan Ramezani
2019-09-25[3.0.x] Fixed #30800 -- Fixed migrations crash when altering a field with cus...Mariusz Felisiak
2019-09-24[3.0.x] Fixed #30796 -- Prevented select_related() from mutating a queryset o...Simon Charette
2019-09-23[3.0.x] Fixed #13296 -- Fixed ordering by Options.order_with_respect_to after...Hasan Ramezani
2019-09-20[3.0.x] Fixed #30771 -- Fixed exact lookup against queries with selected colu...James Timmins
2019-09-20[3.0.x] Fixed #30786 -- Used CONVERT_TZ to check if the time zone definitions...Andrew
2019-09-18[3.0.x] Fixed #30776 -- Restored max length validation on AuthenticationForm....Sam Reynolds
2019-09-17[3.0.x] Fixed #30725 -- Fixed width of DateTimeField inputs in admin tabular ...Min ho Kim
2019-09-17[3.0.x] Fixed #30758 -- Made RangeFields use multiple hidden inputs for initi...Nasir Hussain
2019-09-16[3.0.x] Fixed #30769 -- Fixed a crash when filtering against a subquery JSON/...Simon Charette
2019-09-11[3.0.x] Fixed #30591 -- Fixed recreation of foreign key constraints on MySQL ...Adnan Umer
2019-09-10[3.0.x] Bumped version for 3.0 alpha 1 release.3.0a1Carlton Gibson
2019-09-10Fixed #30754 -- Prevented inclusion of aliases in partial index conditions.Simon Charette
2019-09-09Fixed #28107 -- Added DatabaseFeatures.allows_group_by_selected_pks_on_model(...Vojtech Bocek
2019-09-09Fixed #29406 -- Added support for Referrer-Policy header.Nick Pope
2019-09-09Refs #29444 -- Allowed returning multiple fields from INSERT statements on Po...Johannes Hoppe
2019-09-09Refs #29444 -- Fixed DateField constructor in db.backends.oracle.utils.Insert...Johannes Hoppe
2019-09-09Fixed #30757 -- Added a system check to ensure max_length fits the longest ch...Nick Pope
2019-09-09Fixed #30426 -- Changed X_FRAME_OPTIONS setting default to DENY.Claude Paroz
2019-09-08Updated translation catalogsClaude Paroz
2019-09-06Fixed DatabaseFeatures.can_introspect_check_constraints on MariaDB < 10.2.22,...Mariusz Felisiak
2019-09-06Fixed #30763 -- Fixed management commands when using required mutually exclus...Hasan Ramezani
2019-09-05Fixed #30750 -- Added support for check constraints on MySQL 8.0.16+.Mariusz Felisiak
2019-09-04Fixed #27910 -- Added enumeration helpers for use in Field.choices.Shai Berger
2019-09-04Fixed #29714 -- Allowed using ExceptionReporter subclass with AdminEmailHandler.Nasir Hussain
2019-09-03Fixed #30691 -- Made migrations autodetector find dependencies for foreign ke...Viktor Lomakin
2019-09-03Refs #29444 -- Made db.backends.oracle.utils.InsertVar use str as default.Johannes Hoppe
2019-09-02Fixed #30747 -- Renamed is_safe_url() to url_has_allowed_host_and_scheme().Carlton Gibson
2019-09-02Fixed #30739 -- Fixed exclusion of multi-valued lookup against outer rhs.Simon Charette
2019-09-02Refs #28442 -- Adjusted related lookups handling of expression rhs.Simon Charette
2019-09-02Refs #29379 -- Moved autocomplete attribute to UsernameField.Nick Pope
2019-08-30Fixed #30731 -- Fixed handling trailing groups in simplify_regex().Alan Crosswell
2019-08-30Fixed #30736 -- Added Storage.get_alternative_name() to allow customization.yukihira1992
2019-08-29Fixed #18763 -- Added ModelBackend/UserManager.with_perm() methods.Berker Peksag
2019-08-29Fixed #30066 -- Enabled super user creation without email and passworddaniel a rios
2019-08-29Refs #25367 -- Simplified OrderBy and Lookup by using Case() instead of RawSQ...Mariusz Felisiak