summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2019-10-09Fixed #11097 -- Added note about parent link fields in formsets for multi-tab...Mac Chapman
2019-10-09Fixed #30858 -- Clarified that AdminEmailHandler processes all 5xx responses.Carlton Gibson
2019-10-08Fixed #28790 -- Doc'd how to avoid running certain test classes in parallel.Caio Ariede
2019-10-07Fixed #28273 -- Doc'd fast nullable column creation with defaults.Caio Ariede
2019-10-07Refs #10348 -- Doc'd that ModelAdmin ignores list_select_related when QuerySe...Tamer Sherif
2019-10-04Made minor edits and small fixes to docs/faq/install.txt.Katie McLaughlin
2019-10-03Fixed #30834 -- Added explicit list of supported databases to the databases d...Katie McLaughlin
2019-10-03Refs #14218 -- Adjusted release note to use present tense.Carlton Gibson
2019-10-02Fixed some typos in comments and docs.Min ho Kim
2019-10-02Refs #15396 -- Mentioned full path to GZipMiddleware in documentation.Mar Sánchez
2019-10-02Refs #30010 -- Doc'd running tests with django-docker-box.Katherine Michel
2019-10-02Refs #28699 -- Clarified CSRF middleware ordering in relation to RemoteUserMi...Carlton Gibson
2019-10-02Fixed #30817 -- Clarified return value of Sitemap.items().Sjbrgsn
2019-10-02Fixed #30821 -- Added ExtractIsoWeekYear database function and iso_week_day l...Anatol Ulrich
2019-10-02Added missing import in ref/models/database-functions.txt.Mariusz Felisiak
2019-10-02Fixed #14218 -- Added Paginator.__iter__().Tanner Stirrat
2019-10-02Added stub release notes for 1.11.26 and 2.1.14.Mariusz Felisiak
2019-10-01Added stub release notes for 2.2.7.Carlton Gibson
2019-10-01Added release dates for 2.2.6, 2.1.13, and 1.11.25.Carlton Gibson
2019-09-30Doc'd that migrate commmand accepts a unique migration name prefix.David Vaz
2019-09-27Fixed #30597 -- Clarified how to unapply migrations.David Vaz
2019-09-27Refs #30597 -- Added a warning about dependent apps when unapplying migrations.David Vaz
2019-09-27Fixed #27921 -- Clarified usage of make_aware() with is_dst argument.Glenn
2019-09-25Fixed #25598 -- Added SCRIPT_NAME prefix to STATIC_URL and MEDIA_URL set to r...Oleg Kainov
2019-09-25Documented admonition on when to use custom signals (#11814)Adam Johnson
2019-09-24Removed some outdated backwards compatibility imports and misleading comments.Mads Jensen
2019-09-24Refs #27910 -- Doc'd support for enumeration types serialization in migrations.Mariusz Felisiak
2019-09-24Refs #30350 -- Doc'd support for range serialization in migrations.Mariusz Felisiak
2019-09-24Updated the default cache key transformation in documentation.Ryan Nowakowski
2019-09-24Fixed #29444 -- Allowed returning multiple fields from INSERT statements on O...Johannes Hoppe
2019-09-24Refs #26601 -- Used new-style middlewares in documentation.Claude Paroz
2019-09-23Fixed #30732 -- Doc'd that SameSite cookies flags can affect xframe_options_e...Jezeniel Zapanta
2019-09-23Refs #29915 -- Doc'd limitation of using pattern lookups with UUIDField on Po...Mariusz Felisiak
2019-09-23Fixed typo in docs/ref/settings.txt.Mariusz Felisiak
2019-09-20Refs #28622 -- Clarified security implications of PASSWORD_RESET_TIMEOUT.Luke Plant
2019-09-20Fixed #28622 -- Allowed specifying password reset link expiration in seconds ...Hasan Ramezani
2019-09-19Fixed #27462 -- Clarifed pk_set difference in m2m_changed signal receivers fo...Carlton Gibson
2019-09-18Fixed #30772 -- Optimized make_template_fragment_key().Daniel Fairhead
2019-09-16Fixed #30775 -- Added admonition about missing imports to "Running tests" sec...Katie McLaughlin
2019-09-16Fixed #30769 -- Fixed a crash when filtering against a subquery JSON/HStoreFi...Simon Charette
2019-09-16Added stub release notes for 1.11.25 and 2.1.13.Mariusz Felisiak
2019-09-14Fixed #29823 -- Doc'd limitation of DecimalField on SQLite.Claude Paroz
2019-09-13Fixed typos in docs/ref/settings.txt.Ben Falk
2019-09-13Refs #27910 -- Improved documentation for model field choice enumeration types.Nick Pope
2019-09-12Added PBKDF2 hasher iteration increase to 3.0 release notes.Carlton Gibson
2019-09-12Increased the default PBKDF2 iterations for Django 3.1.Carlton Gibson
2019-09-12Expanded notes on alphas in release How-to.Carlton Gibson
2019-09-10Advanced deprecation warnings for Django 3.1.Mariusz Felisiak
2019-09-10Refs #14357 -- Made Meta.ordering not affect GROUP BY queries.Mariusz Felisiak
2019-09-10Refs #30037 -- Required the RemoteUserBackend.configure_user() to have reques...Mariusz Felisiak