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
/
topics
Commit message (
Expand
)
Author
Age
Files
Lines
*
[2.2.x] Removed unnecessary /static from links to PostgreSQL docs.
Nick Pope
2019-03-29
1
-1
/
+1
*
[2.2.x] Used extlinks for Django's source code.
Tim Graham
2019-03-28
2
-8
/
+4
*
[2.2.x] Fixed #30161 -- Added how to decorate class-based views to view decor...
alexanderblnf
2019-03-12
2
-0
/
+6
*
[2.2.x] Doc'd the use of --noinput for test database handling.
Samuel Gaist
2019-03-05
1
-0
/
+7
*
[2.2.x] Clarified permission-related docs.
Tobias Bengfort
2019-02-28
2
-1
/
+2
*
[2.2.x] Refs #29683 -- Updated multi-db docs for view permission.
Tim Graham
2019-02-25
1
-1
/
+1
*
[2.2.x] Fixed #30187 -- Moved "install Django" command to a console box.
Mariusz Felisiak
2019-02-16
1
-2
/
+5
*
[2.2.x] Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
2019-02-13
2
-3
/
+3
*
[2.2.x] Fixed indentation in docs/topics/templates.txt.
Jonatan Alexis Anauati
2019-02-11
1
-1
/
+1
*
[2.2.x] Removed extra characters in docs header underlines.
Mariusz Felisiak
2019-02-08
2
-2
/
+2
*
[2.2.x] Used LoginRequiredMixin in "Models and request.user" example.
Daniel Roseman
2019-01-31
1
-6
/
+5
*
[2.2.x] Refs #30033 -- Doc'd change regarding apps without migrations dependi...
Tim Graham
2019-01-28
1
-0
/
+4
*
Fixed #11154, #22270 -- Made proxy model permissions use correct content type.
Arthur Rio
2019-01-16
1
-0
/
+52
*
Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a th...
Collin Anderson
2019-01-15
2
-31
/
+21
*
Fixed "lets" mistakes in docs.
David Beitey
2019-01-14
1
-1
/
+1
*
Refs #29738 -- Allowed registering serializers with MigrationWriter.
can
2019-01-11
1
-0
/
+29
*
Fixed #28478 -- Make DiscoverRunner skip creating unused test databases.
Simon Charette
2019-01-10
2
-8
/
+17
*
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...
Simon Charette
2019-01-10
1
-16
/
+71
*
Followed style guide for model attribute ordering.
Matt Wiens
2018-12-27
2
-14
/
+12
*
Updated OWASP Top 10 link to the latest version.
Vedran Karačić
2018-12-27
1
-1
/
+1
*
Fixed broken links to PyYAML page.
CHI Cheng
2018-12-27
1
-1
/
+1
*
Fixed #29750 -- Added View.setup() hook for class-based views.
François Freitag
2018-12-21
1
-5
/
+6
*
Fixed #30036 -- Removed unused imports in pagination example.
Carlton Gibson
2018-12-12
1
-1
/
+1
*
Fixed #29991 -- Doc'd logger propogation for the default logging config.
raratiru
2018-11-29
1
-0
/
+5
*
Updated docs for fast column creation with defaults in PostgreSQL 11.
Damian Dimmich
2018-11-26
1
-2
/
+3
*
Fixed typo in docs/topics/i18n/translation.txt.
andreage
2018-11-23
1
-1
/
+1
*
Fixed #29864 -- Added link targets for low-level cache API.
Prabakaran Kumaresshan
2018-11-15
1
-4
/
+29
*
Used auto-numbered lists in documentation.
François Freitag
2018-11-15
13
-62
/
+62
*
Fixed #29940 -- Recommended using the ORM rather than raw SQL.
Katie McLaughlin
2018-11-13
1
-5
/
+21
*
Doc'd PermissionsMixin's usage of User.is_active and is_superuser.
Tobias Bengfort
2018-11-12
1
-6
/
+9
*
Updated some links to https and new locations.
Mads Jensen
2018-11-10
1
-1
/
+1
*
Fixed #28606 -- Deprecated CachedStaticFilesStorage.
Tim Graham
2018-10-27
1
-3
/
+3
*
Refs #29877 -- Made diveinto.org URLs HTTPS.
Jon Dufresne
2018-10-23
1
-1
/
+1
*
Fixed #29877 -- Replaced diveintopython3.net with diveinto.org/python3/.
za
2018-10-23
1
-1
/
+1
*
Fixed #29880 -- Fixed typo in docs/topics/auth/default.txt.
Tim Graham
2018-10-22
1
-2
/
+2
*
Updated Jinja2 static tag example to use django.templatetags.
Andy Chosak
2018-10-18
1
-2
/
+2
*
Removed obsolete "ugly URL" reference.
Tom Dyson
2018-10-17
1
-3
/
+0
*
Fixed #29817 -- Deprecated settings.FILE_CHARSET.
Jon Dufresne
2018-10-15
1
-1
/
+1
*
Removed unused fields from aggregation docs.
Peter Inglesby
2018-10-13
1
-2
/
+0
*
Fixed #29814 -- Added support for NoneType serialization in migrations.
Patrik Sletmo
2018-10-11
1
-1
/
+5
*
Capitalized "Python" in docs and comments.
Jon Dufresne
2018-10-09
1
-1
/
+1
*
Fixed #29758 -- Documented how to test custom error views.
Cammil Taank
2018-10-01
1
-0
/
+36
*
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-09-28
1
-1
/
+1
*
Fixed #29683 -- Added view permission to docs.
Stephen James
2018-09-26
3
-10
/
+9
*
Normalized spelling of "lowercase" and "lowercased".
Jon Dufresne
2018-09-25
3
-13
/
+13
*
Refs #29784 -- Normalized Python docs links to omit the version.
Jon Dufresne
2018-09-25
1
-1
/
+1
*
Refs #29784 -- Changed Python f-string link to use intersphinx.
Jon Dufresne
2018-09-25
1
-3
/
+3
*
Fixed #29756 -- Doc'd that model field names can't end with an underscore.
Tim Graham
2018-09-14
1
-1
/
+3
*
Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries.
Ramiro Morales
2018-09-13
1
-0
/
+7
*
Fixed #16995 -- Clarified interaction of initial and extra with model formsets.
melipone
2018-09-10
1
-2
/
+4
[next]