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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #24046 -- POC for mark_for_escaping() removal.
24046
Tim Graham
2016-03-05
4
-26
/
+5
*
Refs #26312 -- Reworded tutorial 2 to avoid spelling "error".
Tim Graham
2016-03-05
1
-1
/
+1
*
Fixed typo in docs/releases/1.8.12.txt.
Tim Graham
2016-03-05
1
-1
/
+1
*
Added stub release notes for 1.9.5/1.8.12.
Tim Graham
2016-03-05
3
-0
/
+26
*
Fixed #26312 -- Documented "create database" requirement in tutorial 2.
Bob McDonald
2016-03-05
1
-4
/
+9
*
Removed claim that you can use different database backends for Django's tests.
Tim Graham
2016-03-05
1
-5
/
+3
*
Added safety to URL decoding in is_safe_url() on Python 2
Claude Paroz
2016-03-04
2
-2
/
+2
*
Fixed #26308 -- Prevented crash with binary URLs in is_safe_url()
Claude Paroz
2016-03-04
2
-14
/
+6
*
Fixed typo in docs/releases/1.9.1.txt.
Tim Graham
2016-03-04
1
-1
/
+1
*
Added stub release notes for 1.8.11.
Tim Graham
2016-03-04
2
-0
/
+13
*
Fixed #26321 -- Added missing "for_save" parameter in expressions example.
Tim Graham
2016-03-03
1
-3
/
+3
*
Fixed #26310 -- Documented that a queryset ordering must be specified to ensu...
Tim Graham
2016-03-03
2
-0
/
+12
*
Fixed #26295 -- Allowed using i18n_patterns() in any root URLconf.
Simon Charette
2016-03-03
2
-3
/
+11
*
Fixed #26309 -- Documented that login URL settings no longer support dotted p...
Alasdair Nicol
2016-03-03
4
-9
/
+18
*
Fixed #26226 -- Made related managers honor the queryset used for prefetching...
Simon Charette
2016-03-02
2
-0
/
+14
*
Refs #19527 -- Fixed typo in docs/ref/models/querysets.txt.
Tim Graham
2016-03-02
1
-1
/
+1
*
Fixed #26285 -- Deprecated the MySQL-specific __search lookup.
Marc Tamlyn
2016-03-02
4
-9
/
+32
*
Refs #19527 -- Allowed QuerySet.bulk_create() to set the primary key of its o...
acrefoot
2016-03-02
2
-1
/
+15
*
Fixed typo in 1.9.3/1.8.10 release date.
Dmitry Dygalo
2016-03-02
2
-2
/
+2
*
Fixed #26303 -- Updated links to mod_wsgi docs.
Alasdair Nicol
2016-03-01
2
-4
/
+4
*
Fixed #25814 -- Added changing #django topic to release checklist.
Tim Graham
2016-03-01
1
-0
/
+3
*
Added stub release notes for 1.9.4.
Tim Graham
2016-03-01
2
-0
/
+13
*
Added CVE-2016-2512/2513 to security release archive.
Tim Graham
2016-03-01
1
-2
/
+28
*
Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during login.
Florian Apolloner
2016-03-01
3
-0
/
+97
*
Fixed CVE-2016-2512 -- Prevented spoofing is_safe_url() with basic auth.
Mark Striemer
2016-03-01
2
-0
/
+32
*
Added stub release notes for security issues.
Tim Graham
2016-03-01
2
-4
/
+4
*
Fixed #26217 -- Added a warning about format strings to WeekArchiveView docs.
Michal Petrucha
2016-03-01
1
-12
/
+20
*
Fixed #26165 -- Added some FAQs about CSRF protection.
acemaster
2016-03-01
1
-7
/
+50
*
Fixed typos in docs/ref/models/meta.txt.
Taranjeet
2016-03-01
1
-2
/
+2
*
Fixed #26186 -- Documented how app relative relationships of abstract models ...
Simon Charette
2016-02-29
2
-0
/
+33
*
Minor fixes for release-process doc fix
Shai Berger
2016-02-28
1
-3
/
+3
*
Fixed docs: release-process, Supported Versions section, concrete example
Shai Berger
2016-02-28
1
-2
/
+3
*
Fixed #26230 -- Made default_related_name affect related_query_name.
chenesan
2016-02-27
4
-2
/
+60
*
Fixed #26275 -- Noted difference between o and Y date format chars.
inondle
2016-02-27
1
-2
/
+3
*
Fixed #26286 -- Prevented content type managers from sharing their cache.
Simon Charette
2016-02-26
2
-0
/
+6
*
Added 'prefetches to docs/spelling_wordlist.
Tim Graham
2016-02-26
1
-0
/
+1
*
Fixed #25279 -- Made prefetch_related_objects() public.
Adam Chainz
2016-02-26
2
-2
/
+27
*
Fixed #24793 -- Unified temporal difference support.
Simon Charette
2016-02-26
1
-1
/
+8
*
Fixed #26280 -- Fixed cached template loader crash when loading nonexistent t...
Ivan Tsouvarev
2016-02-26
1
-0
/
+3
*
Fixed #26231 -- Used .get_username in admin login template.
Sjoerd Job Postmus
2016-02-25
1
-0
/
+4
*
Corrected a run on sentence in doc/topics/db/models.txt.
Tim Graham
2016-02-25
1
-4
/
+4
*
Fixed #26278 -- Clarified apps.ready docs.
Tim Graham
2016-02-25
1
-2
/
+2
*
Refs #26270 -- Reorganized TestCase docs.
Tim Graham
2016-02-25
1
-47
/
+36
*
Fixed #12233 -- Allowed redirecting authenticated users away from the login v...
Olivier Le Thanh Duong
2016-02-25
2
-1
/
+13
*
Fixed a function signature in docs/topics/auth/default.txt.
Tim Graham
2016-02-24
1
-1
/
+1
*
Fixed #26266 -- Output the primary key in the GeoJSON serializer properties
Claude Paroz
2016-02-24
2
-0
/
+12
*
Removed docs of deprecated SimpleTestCase warnings behavior.
Tim Graham
2016-02-24
1
-1
/
+0
*
Fixed #26267 -- Fixed BoundField to reallow slices of subwidgets.
Jon Dufresne
2016-02-24
3
-0
/
+5
*
Fixed #23832 -- Added timezone aware Storage API.
James Aylett
2016-02-23
3
-5
/
+73
*
Fixed #25670 -- Allowed dictsort to sort a list of lists.
Andrew Kuchev
2016-02-23
2
-0
/
+37
[next]