summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2019-10-16Refs #28436 -- Corrected docs regarding MySQL support of distance lookups.Mariusz Felisiak
2019-10-16Refs #22423 -- Corrected crosses lookup support on MySQL in documentation.Mariusz Felisiak
Support was added in 15715bf.
2019-10-15Moved "Sign the CLA" to the bottom of New Contributor First Steps.Carlton Gibson
As discussed on the mailing list, step 1 of First Steps shouldn't be "Find a printer". https://groups.google.com/d/topic/django-developers/owOqFmxufgs/discussion
2019-10-15Fixed #30816 -- Doc'd how to create projects with a local copy of Django.Ad Timmering
2019-10-15Fixed #30808 -- Added the Django Forum to contributing index.Graham Healy
2019-10-14Refs #26207 -- Removed obsolete note about slow constructing a model with ↵Simon Charette
deferred fields. This is not true since 7f51876 removed the necessity of creating proxy model classes at runtime for each deferred field sets.
2019-10-14Fixed #30870 -- Fixed showing that RunPython operations are irreversible by ↵Mariusz Felisiak
migrate --plan. Thanks Hasan Ramezani for the initial patch and Kyle Dickerson for the report.
2019-10-11Clarified that SECURE_REDIRECT_EXEMPT patterns should not include leading ↵René Fleschenberg
slashes.
2019-10-11Fixed #30826 -- Fixed crash of many JSONField lookups when one hand side is ↵Louise Grandjonc
key transform. Regression in 6c3dfba89215fc56fc27ef61829a6fff88be4abb.
2019-10-10Fixed #23755 -- Added support for multiple field names in the no-cache ↵Flavio Curella
Cache-Control directive to patch_cache_control(). https://tools.ietf.org/html/rfc7234#section-5.2.2.2
2019-10-10Fixed typos in docs/releases/3.0.txt.Mariusz Felisiak
2019-10-10Fixed #30812 -- Made ConditionalGetMiddleware set ETag only for responses ↵Viktor Lomakin
with non-empty content.
2019-10-10Fixed #30300 -- Allowed migrations to be loaded from directories without ↵Benjy Weinberger
__init__.py file.
2019-10-09Fixed #27086 -- Doc'd fix for test suite hang on macOS.Kees Hink
2019-10-09Added note to check Python version in unit tests troubleshooting section.Carlton Gibson
At DjangoCon US 2019 sprints, a number of contributors hit problems with an outdated Python.
2019-10-09Corrected section indentation in unit tests contributor docs.Carlton Gibson
2019-10-09Fixed #11097 -- Added note about parent link fields in formsets for ↵Mac Chapman
multi-table inheritance models.
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 ↵Tamer Sherif
QuerySet.select_related() was already called.
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 ↵Katie McLaughlin
docs.
2019-10-03Refs #14218 -- Adjusted release note to use present tense.Carlton Gibson
Thanks to Tim Graham for review.
2019-10-02Fixed some typos in comments and docs.Min ho Kim
Thanks to Mads Jenson for review.
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 ↵Carlton Gibson
RemoteUserMiddleware.
2019-10-02Fixed #30817 -- Clarified return value of Sitemap.items().Sjbrgsn
2019-10-02Fixed #30821 -- Added ExtractIsoWeekYear database function and iso_week_day ↵Anatol Ulrich
lookup.
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 ↵Oleg Kainov
relative paths. Thanks Florian Apolloner for reviews. Co-authored-by: Joel Dunham <Joel.Dunham@technicalsafetybc.ca>
2019-09-25Documented admonition on when to use custom signals (#11814)Adam Johnson
Thanks Cesar Canassa for the suggestion and Aymeric Augustin for review.
2019-09-24Removed some outdated backwards compatibility imports and misleading comments.Mads Jensen
EmptyResultSet moved in 46509cf13dbf049f75077981c29ef2c60b5a96ab. FieldDoesNotExist moved in 8958170755b37ce346ae5257c1000bd936faa3b0. BoundField and pretty_name moved in 8550161e531a603d57723850fb09c4c9b7ca60b9. EMPTY_VALUES moved in 471596fc1afcb9c6258d317c619eaf5fd394e797. BaseRunserverCommand moved in 5c53e30607014163872e89c221b206992a9acfef.
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
Follow up to 6c69de80bdcd2744bc64cb933c2d863dd5e74a33.
2019-09-24Fixed #29444 -- Allowed returning multiple fields from INSERT statements on ↵Johannes Hoppe
Oracle.
2019-09-24Refs #26601 -- Used new-style middlewares in documentation.Claude Paroz
2019-09-23Fixed #30732 -- Doc'd that SameSite cookies flags can affect ↵Jezeniel Zapanta
xframe_options_exempt.
2019-09-23Refs #29915 -- Doc'd limitation of using pattern lookups with UUIDField on ↵Mariusz Felisiak
PostgreSQL.
2019-09-23Fixed typo in docs/ref/settings.txt.Mariusz Felisiak