summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2019-10-24Refs #30897 -- Added support for ANALYZE option to Queryset.explain() on Mari...Nick Pope
2019-10-24Refs #30897 -- Added support for TREE format to Queryset.explain() on MySQL 8...Nick Pope
2019-10-24Fixed #30903 -- Fixed migrations crash on PostgreSQL when adding Index with o...Hannes Ljungberg
2019-10-23Added tblib to the list of test suite dependencies in documentation.Mariusz Felisiak
2019-10-23Bumped minimum Pillow version to 6.2.0 in test requirements.Mariusz Felisiak
2019-10-22Refs #13724 -- Corrected QuerySet signature in docs.Antonio Dudarev
2019-10-21Fixed #30876 -- Moved classproperty() decorator to the django.utils.functional.André Ericson
2019-10-21Fixed #30841 -- Deprecated using non-boolean values for isnull lookup.André Ericson
2019-10-18Fixed #27391 -- Implemented SimpleTestCase.debug().Pavel Savchenko
2019-10-18Fixed #30890 -- Added MariaDB support for the relate lookup.Mariusz Felisiak
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-16Fixed #30562 -- Doc'd MariaDB support for GIS spatial lookups.Mariusz Felisiak
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
2019-10-15Moved "Sign the CLA" to the bottom of New Contributor First Steps.Carlton Gibson
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 def...Simon Charette
2019-10-14Fixed #30870 -- Fixed showing that RunPython operations are irreversible by m...Mariusz Felisiak
2019-10-11Clarified that SECURE_REDIRECT_EXEMPT patterns should not include leading sla...René Fleschenberg
2019-10-11Fixed #30826 -- Fixed crash of many JSONField lookups when one hand side is k...Louise Grandjonc
2019-10-10Fixed #23755 -- Added support for multiple field names in the no-cache Cache-...Flavio Curella
2019-10-10Fixed typos in docs/releases/3.0.txt.Mariusz Felisiak
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-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
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 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