| Age | Commit message (Collapse) | Author |
|
5853c87a458f62ebd62d7809168355610de2570c.
Oracle doesn't have a `BEGIN` statement so the test would
fail.
Refs #23303
Backport of 54164b814cab71a8a0503743befbdcc99ae6c7a0 from master.
|
|
sqlmigrate.
Backport of 5853c87a458f62ebd62d7809168355610de2570c from master.
Conflicts:
django/core/management/commands/sqlmigrate.py
tests/user_commands/tests.py
|
|
Thanks Baptiste Mispelon for the review.
Backport of acee46fc9 from master.
|
|
|
|
116d39842dab2569013856e9f3701a7cb6554f09.
This option is not actually very useful in the general case
because it doesn't override sys.stdin.
It's still marginally useful for testing some features of
the createsuperuser command so it was moved there.
This commit also makes the detection of a TTY in createsuperuser
a bit more robust, after a suggestion of appolo13.
|
|
This makes testing certain features easier.
Thanks to AeroNotix for the original patch.
|
|
This is the result of Christopher Medrela's 2013 Summer of Code project.
Thanks also to Preston Holmes, Tim Graham, Anssi Kääriäinen, Florian
Apolloner, and Alex Gaynor for review notes along the way.
Also: Fixes #8579, fixes #3055, fixes #19844.
|
|
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
|
Refs #19584.
|
|
|