summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-16[3.0.x] Fixed #30775 -- Added admonition about missing imports to "Running te...Katie McLaughlin
2019-09-16[3.0.x] Fixed #30769 -- Fixed a crash when filtering against a subquery JSON/...Simon Charette
2019-09-16[3.0.x] Added stub release notes for 1.11.25 and 2.1.13.Mariusz Felisiak
2019-09-14[3.0.x] Fixed #29823 -- Doc'd limitation of DecimalField on SQLite.Claude Paroz
2019-09-13[3.0.x] Fixed typos in docs/ref/settings.txt.Ben Falk
2019-09-13[3.0.x] Refs #27910 -- Improved documentation for model field choice enumerat...Nick Pope
2019-09-12[3.0.x] Added PBKDF2 hasher iteration increase to 3.0 release notes.Carlton Gibson
2019-09-12[3.0.x] Expanded notes on alphas in release How-to.Carlton Gibson
2019-09-11[3.0.x] Refs #30591 -- Fixed too long identifier crash in migrations.test_ope...Mariusz Felisiak
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-10[3.0.x] Bumped next Django version in docs config.Carlton Gibson
2019-09-10Updated man page for 3.0 alpha release.Carlton Gibson
2019-09-10Fixed #30754 -- Prevented inclusion of aliases in partial index conditions.Simon Charette
2019-09-10Finalised release notes for 3.0 alpha release.Carlton Gibson
2019-09-09Fixed #28107 -- Added DatabaseFeatures.allows_group_by_selected_pks_on_model(...Vojtech Bocek
2019-09-09Refs #28107 -- Doc'd how to subclass an existing database engine.Vojtech Bocek
2019-09-09Fixed #29406 -- Added support for Referrer-Policy header.Nick Pope
2019-09-09Refs #30426 -- Moved release notes into separate security section.Nick Pope
2019-09-09Standardized links for headers in security middleware documentation.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 #30767 -- Improved references to deployment documentation.Katie McLaughlin
2019-09-09Fixed #30426 -- Changed X_FRAME_OPTIONS setting default to DENY.Claude Paroz
2019-09-08Updated translation catalogsClaude Paroz
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
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-05Moved release note for refs #30158 from deprecated to backwards incompatible ...Mariusz Felisiak
2019-09-05Fixed typo in docs/internals/contributing/writing-documentation.txt.Mariusz Felisiak
2019-09-05Refs #30573 -- Noted to avoid "simple" & co. in Writing Style guide.Carlton Gibson
2019-09-05Fixed #30750 -- Added support for check constraints on MySQL 8.0.16+.Mariusz Felisiak
2019-09-05Made SchemaTests.test_alter_db_table_case run only on backends where table na...Hasan Ramezani
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-04Changed example git clone URLs to use HTTPS.Min ho Kim
2019-09-04Added stub release notes for 2.2.6.Mariusz Felisiak
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-09-02Added release dates for 2.2.5, 2.1.12, and 1.11.24.Mariusz Felisiak
2019-08-31Fixed #30738 -- Fixed typo in docs/ref/forms/widgets.txt.Daria Kolodzey
2019-08-31Refs #30736 -- Added missing versionadded annotations for Storage.get_alterna...Mariusz Felisiak
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