index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
Age
Commit message (
Expand
)
Author
2017-02-11
Fixed #27367 -- Doc'd and tested reversing of URLs with the same name.
Robert Roskam
2017-02-11
Fixed #25978 -- Deprecated shorcuts.render_to_response().
Tim Graham
2017-02-08
Fixed typo in docs/topics/testing/tools.txt.
Tim Graham
2017-02-07
Fixed #27814 -- Removed an inaccurate sentence about Paginator.orphans.
Tim Graham
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-01-28
Made ugettext* functions aliases of gettext*
Claude Paroz
2017-01-27
Fixed #27678 -- Warned that the template system isn't safe against untrusted ...
andrewnester
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
2017-01-21
Removed unused imports in example migrations.
Arkadiusz Adamski
2017-01-19
Refs #23919 -- Removed docs references to long integers.
Tim Graham
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2017-01-17
Refs #23957 -- Removed the useless SessionAuthenticationMiddleware.
Tim Graham
2017-01-17
Refs #26601 -- Removed support for old-style middleware using settings.MIDDLE...
Tim Graham
2017-01-17
Refs #24046 -- Removed mark_for_escaping() per deprecation timeline.
Tim Graham
2017-01-17
Refs #19567 -- Removed deprecated javascript_catalog() and json_catalog() views.
Tim Graham
2017-01-17
Refs #25847 -- Removed support for User.is_(anonymous|authenticated) as methods.
Tim Graham
2017-01-17
Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.
Tim Graham
2017-01-17
Refs #25190 -- Removed callable_obj parameter to assertRaisesMessages().
Tim Graham
2017-01-17
Refs #24126 -- Removed auth views' current_app parameter per deprecation time...
Tim Graham
2017-01-17
Refs #23960 -- Removed the host parameter for SimpleTestCase.assertRedirects().
Tim Graham
2017-01-17
Refs #24205 -- Removed Signal.disconnect()'s weak argument.
Tim Graham
2017-01-17
Refs #24109 -- Doc'd the elidable feature in squashing migrations docs.
Ed Morley
2017-01-12
Fixed outdated log level in docs/topics/logging.txt.
André Cruz
2017-01-11
Fixed typo in docs/topics/db/managers.txt.
M Somerville
2017-01-10
Fixed #27711 -- Demoted "Installing a distribution-specific package" in insta...
Tim Graham
2017-01-09
Removed SHOUTING in doc examples.
Maxime Lorant
2017-01-03
Fixed #25912 -- Added binary left/right shift operators to F expressions.
anabelensc
2016-12-31
Removed nonexistent LogoutView context from docs.
Tim Graham
2016-12-29
Fixed #25415 -- Made DiscoverRunner run system checks.
Adam Chainz
2016-12-28
Fixed #27641 -- Doc'd default local-memory caching in deployment checklist.
Adam Chainz
2016-12-27
Used a nontemporal example in QuerySet.bulk_create() in docs.
Tim Graham
2016-12-22
Documented url()'s 'regex' parameter.
Adam Chainz
2016-12-17
Documented how to copy a OneToOneField.
Tim Graham
2016-12-17
Refs #25550 -- Removed a deprecated reverse assignment example in docs.
Tim Graham
2016-12-15
Fixed #25751 -- Doc'd how to use JavaScriptCatalog with i18n_patterns().
Ben Wilkins
2016-11-28
Fixed typo in docs/topics/auth/customizing.txt.
Tim Graham
2016-11-25
Fixed #25966 -- Made get_user_model() work at import time.
Aymeric Augustin
2016-11-24
Rephrased an ambiguous sentence in docs/topics/signals.txt.
Daniel Musketa
2016-11-24
Fixed typo in docs/topics/auth/customizing.txt.
Alex Scott
2016-11-23
Normalized casing of "custom user model".
Tim Graham
2016-11-23
Fixed #24370 -- Recommended starting with a custom user model.
Krzysztof Gogolewski
2016-11-23
Fixed typo in docs/topics/signals.txt.
Daniel Musketa
2016-11-22
Fixed #27221 -- Doc'd how to escape a percent symbol in ugettext().
Henry Dang
2016-11-22
Updated doc links to virtualenv website.
Daniel Musketa
2016-11-16
Fixed #27467 -- Made UserAttributeSimilarityValidator max_similarity=0/1 work...
Tim Graham
[prev]
[next]