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
/
django
/
conf
/
project_template
Commit message (
Expand
)
Author
Age
Files
Lines
*
Made urls.py docstring consistent with other files in project template.
Jarek Pacocha
2022-12-13
1
-1
/
+2
*
Fixed #32873 -- Deprecated settings.USE_L10N.
Claude Paroz
2021-09-14
1
-2
/
+0
*
Fixed #32394 -- Changed project template settings to use relative STATIC_URL.
Markus Holtermann
2021-02-06
1
-1
/
+1
*
Fixed #31007 -- Allowed specifying type of auto-created primary keys.
Tom Forbes
2020-12-15
1
-0
/
+5
*
Fixed #31912 -- Removed strict=True in Path.resolve() in project template and...
Mariusz Felisiak
2020-08-28
1
-1
/
+1
*
Simplified settings' BASE_DIR definition with pathlib.Path.parent.
Adam Johnson
2020-03-18
1
-1
/
+1
*
Fixed #31066 -- Added a docstring to main() function in manage.py template.
exploit19
2019-12-09
1
-0
/
+1
*
Fixed #29983 -- Replaced os.path() with pathlib.Path in project template and ...
Jon Dufresne
2019-11-07
1
-4
/
+4
*
Fixed #30451 -- Added ASGI handler and coroutine-safety.
Andrew Godwin
2019-06-20
1
-0
/
+16
*
Fixed #30069 -- Added docstring to manage.py template.
Brylie Christopher Oxley
2018-12-31
1
-0
/
+1
*
Fixed #30003 -- Added usable entry point in default manage.py.
jpic
2018-12-06
1
-1
/
+6
*
Updated project template to use single quotes where appropriate.
Douwe Osinga
2018-02-20
2
-3
/
+3
*
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-09-20
1
-6
/
+6
*
Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."
Tim Graham
2017-03-07
1
-1
/
+1
*
Fixed #27878, refs #23919 -- Used python3 shebangs.
Chris Lamb
2017-02-23
1
-1
/
+1
*
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-21
1
-13
/
+6
*
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-05-17
1
-1
/
+1
*
Refs #26484 -- Avoided masking useful exceptions in manage.py's ImportError.
Tim Graham
2016-04-13
1
-5
/
+12
*
Raised a more helpful ImportError message in manage.py template.
Ben Welsh
2016-03-29
1
-3
/
+8
*
Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.
Chris Lamb
2016-01-25
5
-0
/
+0
*
Fixed #25711 -- Updated the project template's include() example.
Tim Graham
2015-12-09
1
-3
/
+2
*
Fixed #25525 -- Added instructions about importing include() in urls.py
Baptiste Mispelon
2015-10-07
1
-1
/
+2
*
Refs #23957 -- Required session verification per deprecation timeline.
Tim Graham
2015-09-23
1
-1
/
+0
*
Fixed #21927 -- Made application and instance namespaces more distinct.
Marten Kenbeek
2015-06-08
1
-2
/
+2
*
Fixed #24796 -- Added a hint on placement of SecurityMiddleware in MIDDLEWARE...
Marissa Zhou
2015-06-08
1
-1
/
+1
*
Fixed #16860 -- Added password validation to django.contrib.auth.
Erik Romijn
2015-06-07
1
-0
/
+19
*
Fixed #24635 -- Updated deprecated urls.py examples in default project template.
Andrew Pinkham
2015-04-14
1
-4
/
+15
*
Deprecated TEMPLATE_DEBUG setting.
Aymeric Augustin
2015-02-15
1
-2
/
+0
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
2
-2
/
+5
*
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2015-02-03
1
-4
/
+4
*
Fixed #24124 -- Changed context_processors in the default settings.py
Collin Anderson
2015-01-12
1
-4
/
+1
*
Moved context_processors from django.core to django.template.
Aymeric Augustin
2014-12-28
1
-5
/
+5
*
Added initial support for loading template engines.
Aymeric Augustin
2014-12-28
1
-0
/
+20
*
Fixed #23899 -- Added 'Generated by Django X.Y' to startproject template.
Martin Blech
2014-11-25
1
-0
/
+2
*
Fixed #23436 -- Made BASE_DIR absolute in settings template.
Aymeric Augustin
2014-09-28
1
-1
/
+1
*
Fixed #17101 -- Integrated django-secure and added check --deploy option
Tim Graham
2014-09-12
1
-0
/
+1
*
Fixed #21649 -- Added optional invalidation of sessions when user password ch...
Tim Graham
2014-04-05
1
-0
/
+1
*
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-04-03
1
-3
/
+3
*
Revert "Reordered INSTALLED_APPS in default template, refs #22005"
Aymeric Augustin
2014-03-09
1
-2
/
+2
*
Reordered INSTALLED_APPS in default template, refs #22005
Florian Apolloner
2014-02-11
1
-2
/
+2
*
Fixed #21829 -- Added default AppConfigs.
Aymeric Augustin
2014-01-25
1
-1
/
+1
*
Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().
Aymeric Augustin
2014-01-18
2
-3
/
+1
*
Removed LocaleMiddleware from settings template.
Aymeric Augustin
2013-04-05
1
-1
/
+0
*
Fixed #19697 -- Added a deployment checklist.
Aymeric Augustin
2013-03-17
1
-4
/
+1
*
Added a new required ALLOWED_HOSTS setting for HTTP host header validation.
Carl Meyer
2013-02-19
1
-0
/
+4
*
Simplified default project template.
Aymeric Augustin
2013-02-04
3
-155
/
+62
*
Consistently indent comments in project template
Chris McDonald
2012-10-28
1
-2
/
+2
*
Fixed #18518 -- Add warning re mod_wsgi and wsgi.py environ handling.
Carl Meyer
2012-09-27
1
-0
/
+4
*
Fixed #9920 - Clarfied empty string vs. localhost in settings database host.
Tim Graham
2012-09-01
1
-4
/
+5
*
Fixed #18397 -- Avoided referencing lawrence.com.
Aymeric Augustin
2012-06-07
1
-4
/
+4
[next]