summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2017-05-25[1.11.x] Fixed typo in docs/topics/testing/advanced.txt.Dima Veselov
2017-05-22[1.11.x] Updated various links in docs to avoid redirectsClaude Paroz
2017-05-22[1.11.x] Made docs/topics/migrations.txt use single quotes consistently.Markus Amalthea Magnuson
2017-05-20[1.11.x] Pointed Dive into Python links to python3 siteMichiel Beijen
2017-05-11[1.11.x] Fixed #28148 -- Doc'd ImageField name validation concerns with the t...Riccardo Magliocchetti
2017-05-01[1.11.x] Fixed #28139 -- Added another level of headings in the topics index.Tim Graham
2017-04-29[1.11.x] Fixed typo in docs/topics/auth/default.txt.shinriyo
2017-04-26[1.11.x] Added content_type filtering in Permission querying example.Nauman Tariq
2017-04-24[1.11.x] Renamed "Mac OS X" to "macOS" in docs.Michiel Beijen
2017-04-08[1.11.x] Fixed typos in docs/topic/db/search.txt.Paolo Melchiorre
2017-04-01[1.11.x] Fixed #28003 -- Doc'd what an auto-created OneToOneField parent_link...Simon Charette
2017-03-31[1.11.x] Fixed #27993 -- Fixed model form default fallback for SelectMultiple.heathervm
2017-03-25[1.11.x] Removed unexpected initial attribute in data migration examples.Stefano Rivera
2017-03-20[1.11.x] Removed extra characters in docs header underlines.Mariusz Felisiak
2017-03-08[1.11.x] Fixed #27911 -- Doc'd how to register custom User with admin.David D Lowe
2017-03-07[1.11.x] Fixed #27891 -- Added PasswordResetConfirmView.post_reset_login_back...Camilo Nova
2017-03-06[1.11.x] Fixed #26817 -- Doc'd downsides and alternatives to Jinja2 context p...Tim Graham
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
2017-02-08[1.11.x] Fixed typo in docs/topics/testing/tools.txt.Tim Graham
2017-02-07[1.11.x] Fixed #27814 -- Removed an inaccurate sentence about Paginator.orphans.Tim Graham
2017-01-27[1.11.x] Fixed #27678 -- Warned that the template system isn't safe against u...andrewnester
2017-01-21[1.11.x] Removed unused imports in example migrations.Arkadiusz Adamski
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
2017-01-11Fixed typo in docs/topics/db/managers.txt.M Somerville
2017-01-10Fixed #27711 -- Demoted "Installing a distribution-specific package" in insta...Tim Graham
2017-01-09Removed SHOUTING in doc examples.Maxime Lorant
2017-01-03Fixed #25912 -- Added binary left/right shift operators to F expressions.anabelensc
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
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
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 work...Tim Graham
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