| Age | Commit message (Collapse) | Author |
|
if SECRET_KEY is accessed and not set."
This reverts commit b3cffde5559c4fa97625512d7ec41a674be26076 due to
a regression and performance concerns.
Backport of 5cc81cd9eb69f5f7a711412c02039b435c393135 from master
|
|
accessed and not set.
|
|
arguments before common arguments.
|
|
|
|
Thanks Andrey Martyanov for the reporti, and Tim Graham for the review.
|
|
|
|
Regression in 2b09e4c88e96cb03b29f5a6b0e4838ab4271e631.
|
|
DJANGO_SETTINGS_MODULE doesn't exist.
|
|
|
|
This reverts commit 550cb3a365dee4edfdd1563224d5304de2a57fda
because try/except performs better.
|
|
-m django'.
|
|
|
|
django_migrations table.
MigrationRecorder now assumes that if the django_migrations table
doesn't exist, then no migrations are applied.
Reverted documentation change from refs #23808.
|
|
|
|
Thanks Haris Ibrahim K. V. for writng docs.
|
|
Not all backends have dots in them.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These functions do nothing on Python 3.
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
http://bugs.python.org/issue27364
|
|
http://bugs.python.org/issue15767
|
|
startapp template on Python 2.
|
|
|
|
|
|
first argument.
|
|
|
|
|
|
Debian packages unconditionally byte-compile .py files on installation and
do not silence errors by design. Therefore, we need a way of shipping these
invalid .py files without a .py extension but ensuring that when we
template them, they end up as .py.
We don't special-case .py files so that the all the TemplateCommand
command-line options (eg. extra_files and extensions) still work entirely
as expected and it may even be useful for other formats too.
|
|
Added unapplied migration count and the list of unmigrated apps.
|
|
|
|
Traceback (most recent call last):
File "tests\admin_scripts\tests.py", line 646, in test_startapp_unicode_name
content = f.read()
File "lib\encodings\cp1252.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 46: character maps to <undefined>
|
|
characters in the name.
|
|
|
|
|
|
|
|
Also discouraged its use outside the intended use case.
|
|
|
|
|