mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #23868 -- Added support for non-unique django-admin-options in docs.
Also documented missing short command line options to fix #24134. This bumps the minimum sphinx version required to build the docs to 1.3.4. Thanks Simon Charette for review.
This commit is contained in:
@@ -75,7 +75,7 @@ Bugfixes
|
||||
* Fixed a migration crash when renaming the target model of a many-to-many
|
||||
relation (:ticket:`24725`).
|
||||
|
||||
* Removed flushing of the test database with :djadminopt:`--keepdb`, which
|
||||
* Removed flushing of the test database with :option:`test --keepdb`, which
|
||||
prevented apps with data migrations from using the option (:ticket:`24729`).
|
||||
|
||||
* Fixed ``makemessages`` crash in some locales (:ticket:`23271`).
|
||||
|
||||
Reference in New Issue
Block a user