| Age | Commit message (Collapse) | Author |
|
|
|
ForeignKey(unique/primary_key=True).
|
|
|
|
|
|
|
|
Unused since 533532302ae842c95cf7294ef6cd7f3e2bfaca65.
|
|
verbosity 2+.
|
|
doesn't use one.
|
|
Partially reverted 50b8493581fea3d7137dd8db33bac7008868d23a (refs #29654)
to avoid a crash when the user shell doesn't support non-ASCII characters.
|
|
Dicts preserve order since Python 3.6.
|
|
exist_ok=True).
|
|
|
|
|
|
Used more specific errors (e.g. FileExistsError) as appropriate.
|
|
|
|
Support for returning tuples was undocumented and error prone.
|
|
Removed support for pyinotify (refs #9722).
|
|
Regression in 49b679371fe9beddcd23a93b5fdbadea914f37f8.
|
|
|
|
Removed DatabaseIntrospection.table_name_converter()/column_name_converter()
and use instead DatabaseIntrospection.identifier_converter().
Removed DatabaseFeatures.uppercases_column_names.
Thanks Tim Graham for the initial patch and review and Simon Charette
for the review.
|
|
|
|
|
|
|
|
|
|
sys.stdin.read() blocks waiting for EOF in shell.py which will
likely never come if the user provides input on stdin via the
keyboard before the shell starts. Added check for a tty to
skip reading stdin if it's not present.
This still allows piping of code into the shell (which should
have no TTY and should have an EOF) but also doesn't cause it
to hang if multi-line input is provided.
|
|
|
|
|
|
|
|
|
|
Also fixed test failures if sqlparse isn't installed.
|
|
|
|
|
|
equals sign.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixtures.
|
|
|
|
|
|
|
|
Thanks MyungSeKyo for the report and the initial patch.
|
|
|
|
management commands.
|
|
|
|
|
|
errors.
Thanks Aymeric Augustin for the report and Carlton Gibson and Tim Graham for
the reviews.
|
|
|