index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
howto
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #24046 -- POC for mark_for_escaping() removal.
24046
Tim Graham
2016-03-05
1
-9
/
+0
*
Fixed #26303 -- Updated links to mod_wsgi docs.
Alasdair Nicol
2016-03-01
2
-4
/
+4
*
Fixed #26243 -- Noted that 'python -R' is enabled by default in Python 3.3.
Raphael Michel
2016-02-19
1
-2
/
+3
*
Followed recommended ValidationError use in docs.
Jon Dufresne
2016-02-17
1
-1
/
+2
*
Fixed #25304 -- Allowed management commands to check if migrations are applied.
Mounir Messelmeni
2016-02-12
1
-0
/
+8
*
Fixed #25833 -- Added support for non-atomic migrations.
Pankrat
2016-02-05
1
-0
/
+47
*
Updated xhtml2pdf name/URL in docs.
Ramon Moraes
2016-02-02
1
-3
/
+3
*
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-02-01
4
-18
/
+18
*
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2016-01-22
9
-41
/
+45
*
Fixed #23868 -- Added support for non-unique django-admin-options in docs.
Tim Graham
2016-01-14
2
-9
/
+7
*
Removed an unncessary docs cross-reference for call_command().
Tim Graham
2016-01-12
1
-3
/
+4
*
Made CommandError use the exception directive in docs.
Tim Graham
2016-01-12
1
-9
/
+7
*
Added missing period to "etc.".
pp
2016-01-11
1
-1
/
+1
*
Refs #25755 -- Unified a couple more spellings of 'website'.
pp
2016-01-11
1
-4
/
+4
*
Fixed #26055 -- Removed an orphaned phrase in docs/howto/deployment/wsgi/modw...
Tim Graham
2016-01-08
1
-4
/
+3
*
Fixed #25104 -- Added httpd.conf hyperlink to modwsgi doc.
za
2015-12-29
1
-3
/
+6
*
Discouraged use of /tmp with predictable names.
Chris Lamb
2015-12-24
1
-1
/
+1
*
Fixed #25893 -- Corrected custom lookups example.
Bruno Alla
2015-12-11
1
-4
/
+4
*
Fixed #21221 -- Made form Media and static template tag use staticfiles if in...
Johannes Hoppe
2015-12-10
1
-6
/
+6
*
Fixed #13774 -- Added models.Field.rel_db_type().
Alexander Sosnovskiy
2015-12-04
1
-8
/
+25
*
Fixed #25851 -- Removed links to deprecated assignment tag docs.
Alasdair Nicol
2015-12-03
1
-6
/
+3
*
Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-12-01
7
-20
/
+20
*
Fixed #25526 -- Documented how to output colored text in custom management co...
Elena Oat
2015-11-17
1
-1
/
+16
*
Fixed #25755 -- Unified spelling of "website".
Agnieszka Lasyk
2015-11-16
1
-2
/
+2
*
Fixed #17686, refs #17816 -- Added "Files" section to Unicode topic.
Florian Demmer
2015-11-14
2
-21
/
+25
*
Revised Windows install instructions for Python 3.5.
Tim Allen
2015-10-21
1
-38
/
+50
*
Fixed #25515 -- Documented the return value of BaseCommand.handle()
Tim Graham
2015-10-06
1
-0
/
+3
*
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-09-23
4
-26
/
+0
*
Refs #22835 -- Removed NoArgsCommand per deprecation timeline.
Tim Graham
2015-09-23
1
-16
/
+0
*
Refs #9893 -- Removed shims for lack of max_length support in file storage pe...
Tim Graham
2015-09-23
1
-4
/
+0
*
Refs #19973 -- Removed optparse support in management commands per deprecatio...
Tim Graham
2015-09-23
1
-40
/
+0
*
Removed SubfieldBase per deprecation timeline.
Tim Graham
2015-09-23
1
-7
/
+0
*
Fixed #25447 -- Emphasized the need to restart dev server when adding templat...
Henry Jordan
2015-09-22
1
-2
/
+6
*
Fixed #24629 -- Unified Transform and Expression APIs
Josh Smeaton
2015-09-21
1
-12
/
+3
*
Reverted "Fixed #25203 -- Documented how to pass Apache environment variables...
Tim Graham
2015-09-14
1
-41
/
+0
*
Fixed #25203 -- Documented how to pass Apache environment variables to Django.
Paul Rentschler
2015-09-11
1
-0
/
+41
*
Refs #25345 -- Updated links to code.google.com.
Maxime Lorant
2015-09-04
1
-3
/
+3
*
Updated static files howto title to include JavaScript.
David Gibbons
2015-09-04
1
-3
/
+3
*
Fixed #25259 -- Added comments to header of generated migration files
Tyson Clugg
2015-08-31
1
-0
/
+2
*
Fixed #25302 -- Prevented BrokenLinkEmailsMiddleware from reporting 404s when...
Maxime Lorant
2015-08-24
1
-2
/
+9
*
Removed unnecessary comma in docs
Claude Paroz
2015-08-10
1
-1
/
+1
*
Updated various links in docs
Claude Paroz
2015-08-08
4
-5
/
+5
*
Updated Wikipedia links to use https
Claude Paroz
2015-08-08
2
-3
/
+3
*
Fixed #25207 -- Misspelled word in documentation: dialogue
Caio Ariede
2015-08-01
2
-4
/
+2
*
Removed obsolete note about sentry/raven not handling WSGI properly.
Matt Robenolt
2015-08-01
1
-2
/
+1
*
Fixed #25199 -- Fixed dead link to HTMLdoc.
Tim Graham
2015-07-30
1
-1
/
+1
*
Fixed #25178 -- Added DEFAULT_FROM_EMAIL to deployment checklist.
Tim Graham
2015-07-28
1
-3
/
+4
*
Fixed malformed Sphinx directives.
Tim Graham
2015-07-25
1
-1
/
+1
*
Fixed #24716 -- Deprecated Field._get_val_from_obj()
Thomas Stephenson
2015-07-14
1
-4
/
+5
*
Fixed #25121 -- Added a warning that filtering sensitive information from err...
Tim Graham
2015-07-14
1
-0
/
+8
[next]