| Age | Commit message (Collapse) | Author |
|
Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
|
|
It's how Django formats values internally and makes tests compatible
with databases that use non-integer primary keys.
|
|
model renaming in migrations."
This reverts commits f02b49d2f3bf84f5225de920ca510149f1f9f1da and 6e89271a8507fe272d11814975500a1b40303a04.
|
|
Regression in f02b49d2f3bf84f5225de920ca510149f1f9f1da.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
|
|
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
|
|
unavailable.
Thanks Mariusz Felisiak and Jacob Tyler Walls for reviews.
|
|
|
|
co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
|
|
non-interactive mode.
|
|
|
|
|
|
All these functions are wrapping another function. They're the wrapper,
while the function they're wrapping is the wrapped.
|
|
when using Meta.constraints.
|
|
|
|
|
|
options in interactive mode.
|
|
|
|
in options in interactive mode.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
required fields passed in options.
|
|
in non-interactive mode.
|
|
|
|
usernames.
|
|
|
|
|
|
|
|
Instead of capturing the command output and discard it immediately,
tell the command not to log.
|
|
|
|
|
|
password and required fields.
|
|
Co-Authored-By: Simon Charette <charette.s@gmail.com>
Co-Authored-By: Antoine Catton <acatton@fusionbox.com>
|
|
favor of databases.
|
|
|
|
|
|
password field.
|
|
required fields.
|
|
|
|
|
|
--noinput modes.
|
|
|
|
Co-authored-by: Petr Dlouhy <petr.dlouhy@email.cz>
Co-authored-by: Olivier Dalang <olivier.dalang@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|