index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
howto
Age
Commit message (
Expand
)
Author
2018-04-29
[2.0.x] Fixed #29360 -- Removed Fabric examples in docs.
Srinivas Reddy Thatiparthy
2018-04-17
[2.0.x] Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Brett Cannon
2018-03-28
[2.0.x] Fixed #29265 -- Removed the suggestion to hardcode static URLs.
Tim Graham
2018-03-08
[2.0.x] Fixed #29165 -- Clarified how to load initial data with migrations.
Tim Graham
2018-01-31
[2.0.x] Renamed the "Supported versions" label.
Tim Graham
2018-01-12
[2.0.x] Fixed #29017 -- Updated BaseCommand.leave_locale_alone doc per refs #...
Tim Graham
2018-01-07
[2.0.x] Updated various links in docs to use HTTPS.
Mariusz Felisiak
2017-12-23
[2.0.x] Fixed #28594 -- Removed Jython docs and specific code
Claude Paroz
2017-10-30
[2.0.x] Fixed 'a'/'an' mix-ups in docs.
Ville Skyttä
2017-09-02
Fixed #28367 -- Doc'd how to override management commands.
jkrzy
2017-07-26
Replaced "not A== B" with "A != B" in docs/howto/writing-migrations.txt.
Berker Peksag
2017-07-24
Fixed #28349 -- Doc'd how to upgrade Django from LTS to LTS.
Emmanuel
2017-07-20
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...
Tim Graham
2017-06-26
Refs #23919 -- Stopped inheriting from object to define new style classes.
Mariusz Felisiak
2017-06-20
Fixed #28327 -- Removed contradictory description of mod_wsgi docs.
Tim Graham
2017-06-02
Fixed #26028 -- Added overriding templates howto.
Philip James
2017-05-22
Updated various links in docs to avoid redirects
Claude Paroz
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-04-06
Fixed #28031 -- Removed notes about old uWSGI/sentry versions (refs #20537).
Richard Barrell
2017-04-03
Fixed typos in docs/howto/static-files/index.txt.
Aleksej Manaev
2017-04-01
Removed implicit default store_true/false argparse args.
Jon Dufresne
2017-03-27
Made a few cosmetic updates to "Migrations that add unique fields".
Paolo Melchiorre
2017-03-01
Fixed typo in docs/howto/custom-template-tags.txt.
albertoconnor
2017-02-13
Fixed #27823 -- Updated mod_wsgi example to use WSGIPythonHome.
Tim Graham
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-30
Added missing word in docs/howto/error-reporting.txt.
Ryan Castner
2017-01-30
Refs #23919 -- Removed usage of obsolete SafeBytes class
Claude Paroz
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-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
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 #18651 -- Removed assignment_tag per deprecation timeline.
Tim Graham
2017-01-17
Fixed #27739 -- Documented LabelCommand.label.
Ed Morley
2016-12-28
Fixed #27641 -- Doc'd default local-memory caching in deployment checklist.
Adam Chainz
2016-11-23
Normalized casing of "custom user model".
Tim Graham
2016-11-22
Updated doc links to virtualenv website.
Daniel Musketa
2016-11-15
Replaced "django" with "Django" in spelling_wordlist.
akki
2016-11-06
Fixed #27133 -- Doc'd how to provide initial data with migrations.
Krzysztof Żuraw
2016-10-25
Replaced Outputting PDF's "Further Resources" with a link to Django Packages.
Tim Graham
2016-10-25
Updated postgresql.org links to https and made them canonical.
Marti Raudsepp
2016-10-02
Fixed #27305 -- Removed BaseCommand.can_import_settings unused attribute
Claude Paroz
2016-09-29
Fixed typos in docs/howto/deployment/checklist.txt.
Laurent
2016-09-29
Normalized spelling of "Web server/page" in docs.
Tim Graham
2016-09-12
Fixed #27212 -- Fixed typo in docs/howto/static-files/index.txt.
Tim Graham
2016-08-23
Fixed #24650 -- Documented how to change an unmanaged model to managed.
Tim Graham
2016-08-18
Corrected text from Python's Windows installer.
Timothy Allen
2016-07-27
Removed extra periods in docs/howto/static-files/index.txt headers.
Kenneth Schnall
2016-07-25
Fixed #26941 -- Corrected uwsgi "env = LANG=…" configuration in docs.
Naved Khan
[next]