summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Collapse)Author
2017-05-25[1.11.x] Fixed typo in docs/topics/testing/advanced.txt.Dima Veselov
Backport of 01d7ff9a17af2024956f6c81106a22bffcd9a703 from master
2017-05-22[1.11.x] Updated various links in docs to avoid redirectsClaude Paroz
Thanks Tim Graham and Mariusz Felisiak for review and completion.
2017-05-22[1.11.x] Made docs/topics/migrations.txt use single quotes consistently.Markus Amalthea Magnuson
Backport of 266b24316841f878c129e6dbb026f6c3edcdb54f from master
2017-05-20[1.11.x] Pointed Dive into Python links to python3 siteMichiel Beijen
Backport of 48028c6f9a22742ff05da79822f5e3385d1b4c4c from master
2017-05-11[1.11.x] Fixed #28148 -- Doc'd ImageField name validation concerns with the ↵Riccardo Magliocchetti
test client. Backport of bdf192c59357a0d8117f6f34c94fb32a51e7a774 from master
2017-05-01[1.11.x] Fixed #28139 -- Added another level of headings in the topics index.Tim Graham
Backport of 4b0211dad55fc9d154dd5fc5b0006a647115d75d from master
2017-04-29[1.11.x] Fixed typo in docs/topics/auth/default.txt.shinriyo
Backport of d510971088570e205e49f9fa665a8d4259514ada from master
2017-04-26[1.11.x] Added content_type filtering in Permission querying example.Nauman Tariq
Backport of 6684af1e43aeff99551f3265710d44c273f0554a from master
2017-04-24[1.11.x] Renamed "Mac OS X" to "macOS" in docs.Michiel Beijen
Backport of 5e8625ba643db118a44cb32e9e48bf431ef4da53 from master
2017-04-08[1.11.x] Fixed typos in docs/topic/db/search.txt.Paolo Melchiorre
Backport of eac396a5d08a2c7424cd897b54360531dc0ceae5 from master
2017-04-01[1.11.x] Fixed #28003 -- Doc'd what an auto-created OneToOneField ↵Simon Charette
parent_link looks like. Backport of 0ad7e8f71fbf75def0e48ef59adc2d56a6244b38 from master
2017-03-31[1.11.x] Fixed #27993 -- Fixed model form default fallback for SelectMultiple.heathervm
Backport of 7d1e23775344cc3dead03bd4af45f4fdf134b819 from master
2017-03-25[1.11.x] Removed unexpected initial attribute in data migration examples.Stefano Rivera
Inadvertently added in db97a8849519a3933bf4abd2184efd68ebc21965. Backport of 899c42cc8e1820948f4091f815ce7890057c4a81 from master
2017-03-20[1.11.x] Removed extra characters in docs header underlines.Mariusz Felisiak
Backport of a3af8c99d94638e0d1fc8a847b74aa6953441d55 from master
2017-03-08[1.11.x] Fixed #27911 -- Doc'd how to register custom User with admin.David D Lowe
Backport of 9269dec05efae5deb89912a5b9a98ae75acdfff9 from master
2017-03-07[1.11.x] Fixed #27891 -- Added ↵Camilo Nova
PasswordResetConfirmView.post_reset_login_backend. Backport of 5db465d5a6c389b8f9c6e21f7233be9387dc069d from master
2017-03-06[1.11.x] Fixed #26817 -- Doc'd downsides and alternatives to Jinja2 context ↵Tim Graham
processors. Thanks Aymeric Augustin and Carl Meyer. Backport of dacdcec767ae23b4c7107bfe447d29a1c88af48c from master
2017-02-24[1.11.x] Fixed #27875 -- Doc'd manager_inheritance_from_future in manager docs.Tim Graham
2017-02-11[1.11.x] Fixed #27367 -- Doc'd and tested reversing of URLs with the same name.Robert Roskam
Thanks Reinout van Rees for contributing to the patch. Backport of 98bcc5d81bca578f3a5b4d47907ba4ac40446887 from master
2017-02-08[1.11.x] Fixed typo in docs/topics/testing/tools.txt.Tim Graham
Backport of 545a88fc162ab02f66812284af24a248deafbf5e from master
2017-02-07[1.11.x] Fixed #27814 -- Removed an inaccurate sentence about Paginator.orphans.Tim Graham
Backport of 27793431cf21a82809c0c39a7c0188a2d83bf475 from master
2017-01-27[1.11.x] Fixed #27678 -- Warned that the template system isn't safe against ↵andrewnester
untrusted authors. Backport of d2e40dd8c2031cd03700e72d87d455d5e974800c from master
2017-01-21[1.11.x] Removed unused imports in example migrations.Arkadiusz Adamski
Backport of a76d12ceb437a68efb6a19a588fb29a7a0e5a5e2 from master
2017-01-17Refs #24109 -- Doc'd the elidable feature in squashing migrations docs.Ed Morley
2017-01-12Fixed outdated log level in docs/topics/logging.txt.André Cruz
Refs b3acdeee502e961065bfcdb7673d7cf91ab5b283.
2017-01-11Fixed typo in docs/topics/db/managers.txt.M Somerville
2017-01-10Fixed #27711 -- Demoted "Installing a distribution-specific package" in ↵Tim Graham
install intro.
2017-01-09Removed SHOUTING in doc examples.Maxime Lorant
2017-01-03Fixed #25912 -- Added binary left/right shift operators to F expressions.anabelensc
Thanks Mariusz Felisiak for review and MySQL advice.
2016-12-31Removed nonexistent LogoutView context from docs.Tim Graham
2016-12-29Fixed #25415 -- Made DiscoverRunner run system checks.Adam Chainz
2016-12-28Fixed #27641 -- Doc'd default local-memory caching in deployment checklist.Adam Chainz
2016-12-27Used a nontemporal example in QuerySet.bulk_create() in docs.Tim Graham
2016-12-22Documented url()'s 'regex' parameter.Adam Chainz
2016-12-17Documented how to copy a OneToOneField.Tim Graham
Thanks Anton Gilgur for the report and review.
2016-12-17Refs #25550 -- Removed a deprecated reverse assignment example in docs.Tim Graham
2016-12-15Fixed #25751 -- Doc'd how to use JavaScriptCatalog with i18n_patterns().Ben Wilkins
2016-11-28Fixed typo in docs/topics/auth/customizing.txt.Tim Graham
2016-11-25Fixed #25966 -- Made get_user_model() work at import time.Aymeric Augustin
This makes it equivalent to: `from django.contrib.auth.models import User`. Thanks Aymeric Augustin for the initial patch and Tim Graham for the review.
2016-11-24Rephrased an ambiguous sentence in docs/topics/signals.txt.Daniel Musketa
2016-11-24Fixed typo in docs/topics/auth/customizing.txt.Alex Scott
2016-11-23Normalized casing of "custom user model".Tim Graham
2016-11-23Fixed #24370 -- Recommended starting with a custom user model.Krzysztof Gogolewski
2016-11-23Fixed typo in docs/topics/signals.txt.Daniel Musketa
2016-11-22Fixed #27221 -- Doc'd how to escape a percent symbol in ugettext().Henry Dang
2016-11-22Updated doc links to virtualenv website.Daniel Musketa
2016-11-16Fixed #27467 -- Made UserAttributeSimilarityValidator max_similarity=0/1 ↵Tim Graham
work as documented. Thanks goblinJoel for the report and feedback.
2016-11-16Fixed #27494 -- Fixed typos in docs/topics/db/models.txt.Tim Graham
2016-11-16Fixed incorrect word choice in docs/topics/migrations.txt.Mitchel Humpherys
2016-11-15Refs #25284 -- Corrected an obsolete implicit __in lookup example.Simon Charette
Thanks IRC alias rpkilby for the report.