提交历史

作者 SHA1 备注 提交日期
  Erik Romijn f66c2bdc0f Fixed #23903 -- Configured Sphinx to autogenerate django-admin manpage 10 年之前
  Tim Graham 7e8cf74dc7 Removed support for syncing apps without migrations per deprecation timeline. 10 年之前
  Tim Graham 0622bca5d1 Removed the validate management command per deprecation timeline. 10 年之前
  Tim Graham 4aa089a9a9 Removed support for custom SQL per deprecation timeline. 10 年之前
  Tim Graham 41f0d3d3bc Removed FastCGI support per deprecation timeline; refs #20766. 10 年之前
  Anton Baklanov d63703f1cd Fixed #18714 -- Added 'fuzzy' compilemessages option 10 年之前
  Florian Apolloner a0bfe4ea98 Replaced django-admin.py with django-admin in the man page. 10 年之前
  Christoph Heer d47409831f Fixed #23067 -- Updated docs to use django-admin 10 年之前
  Ramiro Morales a9b7f31bfc Completed long overdue sqlinitialdata deprecation. 11 年之前
  Loic Bistuer d1799233f4 Fixed clash caused by the newly introduced -e shorthand for makemessages --exclude. 11 年之前
  Ana Krivokapic 0707b824fe Fixed #22328 -- Added --exclude option to compilemessages and makemessages. 11 年之前
  Aymeric Augustin c81fae6b95 Used app_label instead of appname. 11 年之前
  Claude Paroz 50a8ab7cd1 Enabled makemessages to support several translation directories 11 年之前
  Andrew Godwin f8297f6323 More migration docs, and conversion of all easy syncdb references 11 年之前
  Claude Paroz 5c53e30607 Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official deprecation timeline. Thanks Jannis Leidel and Ramiro Morales for the review. 13 年之前
  Aymeric Augustin d38690796c Removed the deprecated reset and sqlreset management commands. 13 年之前
  Paul McMillan 5d4fb5cfea Fix lintian error in manpages. 13 年之前
  Ramiro Morales 09ad6d1b88 Fixed a couple of minor errors in the django-admin(1) Unix man page. 13 年之前
  Jannis Leidel faeee611d6 Fixed #17517 -- Added `--name` option to startproject and startapp management commands to be able to render files without a file extension. Thanks, Florian Apolloner. 13 年之前
  Jannis Leidel a9a0f0b03f Fixed #17042 -- Extended startproject and startapp management commands to better handle custom app and project templates. Many thanks to Preston Holmes for his initial patch and Alex Gaynor, Carl Meyer, Donald Stufft, Jacob Kaplan-Moss and Julien Phalip for code reviewing. 13 年之前
  Jannis Leidel ce165f7bbf Fixed #16099 -- Enabled threading for the runserver management command and added a --nothreading option to disable it if needed. This should help Google Chrome users because it opens more than one connection speculatively. 13 年之前
  Jannis Leidel 6a32e253f6 Fixed #7735 -- Added support for IPv6 adresses to runserver and testserver management command. Thanks to Jason Alonso and Łukasz Rekucki for the report and initial patches. 14 年之前
  Jannis Leidel 33d8fcde8a Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusion around the STATICFILES_URL and STATICFILES_ROOT settings. 14 年之前
  Jannis Leidel e9f3899b20 Refactored runserver command and moved code related to staticfiles to a subclass that is enabled if staticfiles app is installed. 14 年之前
  Jannis Leidel 8e96584f63 Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app. 14 年之前
  Jannis Leidel efc5384a32 Fixed #6476 -- Added option to makemessages management command to disable wrapping of long lines. Thanks to pytechd for the initial patch. 14 年之前
  Andrew Godwin 941318fcee Fixed #14391 - Updated django-admin.1 man page to include newer commands. Thanks to laurentluce for the patch. 14 年之前
  Russell Keith-Magee a904e55859 Fixed #11509 -- Modified usage of "Web" to match our style guide in various documentation, comments and code. Thanks to timo and Simon Meers for the work on the patch. 14 年之前
  Jannis Leidel eb26c9686b Fixed #7050 - Allow the makemessages command to optionally ignore paths when examining source code and templates for translation strings. 15 年之前
  Jannis Leidel fef575a7f9 Fixed #6380 - Follow symlinks when examining source code and templates for translation strings. 15 年之前