Commit History

Author SHA1 Message Date
  Jon Dufresne 7e3bf2662b Removed default mode='r' argument from calls to open(). 6 years ago
  Jon Dufresne ce7293bc91 Refs #23919 -- Replaced codecs.open() with open(). 6 years ago
  orlnub123 573f44d62f Fixed #30057 -- Fixed diffsettings ignoring custom configured settings. 6 years ago
  Hasan Ramezani 5195b99e2c Fixed #29560 -- Added --force-color management command option. 6 years ago
  Tim Graham de8eb07c7a Reused a duplicated class in admin_scripts tests. 6 years ago
  Rodrigo 371ece2f06 Fixed #29695 -- Added system checks for admin's app dependencies and TEMPLATES setting. 6 years ago
  Hasan Ramezani 49b679371f Fixed #29236 -- Fixed diffsettings crash if using settings.configure(). 6 years ago
  Tim Graham 5cc81cd9eb Reverted "Fixed #29324 -- Made Settings raise ImproperlyConfigured if SECRET_KEY is accessed and not set." 6 years ago
  Jon Dufresne b3cffde555 Fixed #29324 -- Made Settings raise ImproperlyConfigured if SECRET_KEY is accessed and not set. 7 years ago
  David Foster c3055242c8 Fixed #29301 -- Made management command --help display command-specific arguments before common arguments. 7 years ago
  Tom Forbes 33ac036a6b Fixed #28398 -- Added suggestions for mistyped management commands. 7 years ago
  Claude Paroz 23b21db31b Fixed #28594 -- Removed Jython docs and specific code 7 years ago
  Tim Graham 04d1454350 Moved unnecessary inner imports in admin_scripts tests. 7 years ago
  Tim Graham e7b804c060 Fixed #28941 -- Fixed crash in testserver command startup. 7 years ago
  geekodour c6864a01b2 Fixed #28791 -- Allowed commands that don't require settings to work if the DJANGO_SETTINGS_MODULE doesn't exist. 7 years ago
  Tim Graham 941b0a5b33 Fixed #28708 -- Added constants to detect the Python version. 7 years ago
  Tim Graham 6e4c6281db Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 7 years ago
  Nick Pope ec6481246a Fixed #28524 -- Fixed program name in management commands when using 'python -m django'. 7 years ago
  Mads Jensen 550cb3a365 Fixed #27818 -- Replaced try/except/pass with contextlib.suppress(). 8 years ago
  Marti Raudsepp fda55c71a8 Fixed #27858 -- Prevented read-only management commands from creating the django_migrations table. 8 years ago
  Adam Johnson b3e55109bd Improved test coverage for startapp/startproject management commands. 7 years ago
  Chris Lamb 2f09a28558 Fixed #27881 -- Added diffsettings --output option. 8 years ago
  Florian Apolloner 60f5129076 Fixed db backend discovery in admin_scripts tests. 8 years ago
  Tim Graham 29f607927f Fixed spelling of "nonexistent". 8 years ago
  Ed Morley 751d77cdd9 Refs #27537 -- Added default_addr(_ipv6) attributes to runserver command. 8 years ago
  chillaranand d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
  Claude Paroz 2366100872 Removed unneeded force_text calls in the test suite 8 years ago
  Tim Graham d170c63351 Refs #23919 -- Removed misc references to Python 2. 8 years ago
  Tim Graham 7aba69145d Refs #23919 -- Removed django.test.mock Python 2 compatibility shim. 8 years ago
  Claude Paroz 042b7350a0 Refs #23919 -- Removed unneeded str() calls 8 years ago