Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/management/templates.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25589 -- Allowed startapp/project to create apps w...Yoong Kang Lim2015-10-221-8/+15
* Fixed #24971 -- Made startapp generate an apps.pyMounir Messelmeni2015-06-161-0/+3
* Fixed #24950 -- Added unicode_literals to models.py in ap...Markus Holtermann2015-06-111-1/+2
* Fixed a few uses of Template that relied on a default eng...Aymeric Augustin2015-02-221-2/+2
* Removed rmtree_errorhandler.Aymeric Augustin2015-02-221-3/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-6/+4
* Fixed #23866 -- Harmonized refs to Django documentation f...Claude Paroz2014-12-251-5/+2
* Fixed #23899 -- Added 'Generated by Django X.Y' to startp...Martin Blech2014-11-251-0/+1
* Simplified handle_extensions management utilityClaude Paroz2014-11-171-2/+1
* Converted remaining management commands to argparseClaude Paroz2014-06-141-21/+20
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-1/+1
* Fixed E221 pep8 warnings.Tim Graham2013-10-221-1/+1
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin2013-09-051-4/+1
* Fixed #20632 -- Fixed {{ docs_version }} in project templateBaptiste Mispelon2013-06-201-1/+1
* Fixed #20256 -- Corrected startproject --template help textClaude Paroz2013-05-081-1/+1
* Move management helper function to new utils module.Ramiro Morales2013-02-271-1/+1
* Simplified default project template.Aymeric Augustin2013-02-041-0/+5
* Fixed #19730 -- Don't validate importability of settings ...Ramiro Morales2013-02-041-0/+3
* Fixed #19125 -- The startproject command should validate ...Claude Paroz2013-01-241-10/+15
* Fixed #19397 -- Crash on binary files in project templates.Aymeric Augustin2012-12-031-4/+4
* Ensure we ignore __pycache__ PEP 3174 dirs in a few more ...Ramiro Morales2012-10-061-1/+1
* Fixed #18091 -- Non-ASCII templates break `django-admin.p...Florian Apolloner2012-08-281-2/+4
* Fixed #18634 -- Don't escape variables in the context for...Marc Tamlyn2012-07-251-1/+1
* [py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin2012-07-221-3/+5
* Fixed #18325 -- Wrapped self.stdout/stderr in OutputWrapp...Claude Paroz2012-05-191-4/+2
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-3/+3
* Removed with_statement imports, useless in Python >= 2.6....Claude Paroz2012-03-301-1/+0
* Fixed #17920 -- Actually pass the full path of a newly cr...Jannis Leidel2012-03-211-2/+4
* Fixed missing periods in django-admin help for startproje...Adrian Holovaty2012-02-171-2/+2
* Fixed #17517 -- Added `--name` option to startproject and...Jannis Leidel2012-02-041-1/+12
* Fixed #17468 -- Made sure the project/app template manage...Jannis Leidel2012-01-151-1/+6
* Fixed #17503 -- A destination directory passed to startpr...Carl Meyer2012-01-051-7/+6
* Made sure startproject can handle template URLs with trai...Ramiro Morales2012-01-011-2/+11
* Moved validation of project names to an earlier spot so n...Ramiro Morales2011-12-291-11/+11
* Made sure the new project template functionality works wh...Ramiro Morales2011-12-291-11/+12
* Fixed #17042 -- Extended startproject and startapp manage...Jannis Leidel2011-12-221-0/+287