summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2017-02-11Fixed #27367 -- Doc'd and tested reversing of URLs with the same name.Robert Roskam
2017-02-11Fixed #25978 -- Deprecated shorcuts.render_to_response().Tim Graham
2017-02-08Fixed typo in docs/topics/testing/tools.txt.Tim Graham
2017-02-07Fixed #27814 -- Removed an inaccurate sentence about Paginator.orphans.Tim Graham
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-02-01Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.Vytis Banaitis
2017-01-28Made ugettext* functions aliases of gettext*Claude Paroz
2017-01-27Fixed #27678 -- Warned that the template system isn't safe against untrusted ...andrewnester
2017-01-26Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand
2017-01-21Removed unused imports in example migrations.Arkadiusz Adamski
2017-01-19Refs #23919 -- Removed docs references to long integers.Tim Graham
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2017-01-17Refs #23957 -- Removed the useless SessionAuthenticationMiddleware.Tim Graham
2017-01-17Refs #26601 -- Removed support for old-style middleware using settings.MIDDLE...Tim Graham
2017-01-17Refs #24046 -- Removed mark_for_escaping() per deprecation timeline.Tim Graham
2017-01-17Refs #19567 -- Removed deprecated javascript_catalog() and json_catalog() views.Tim Graham
2017-01-17Refs #25847 -- Removed support for User.is_(anonymous|authenticated) as methods.Tim Graham
2017-01-17Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.Tim Graham
2017-01-17Refs #25190 -- Removed callable_obj parameter to assertRaisesMessages().Tim Graham
2017-01-17Refs #24126 -- Removed auth views' current_app parameter per deprecation time...Tim Graham
2017-01-17Refs #23960 -- Removed the host parameter for SimpleTestCase.assertRedirects().Tim Graham
2017-01-17Refs #24205 -- Removed Signal.disconnect()'s weak argument.Tim Graham
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