diff options
| author | Tim Graham <timograham@gmail.com> | 2015-04-30 09:55:18 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-04-30 09:55:18 -0400 |
| commit | be66173ad7ea2b55d78cd76013516f41754547f4 (patch) | |
| tree | e7f6f4c79c632cfc82f263a84808eed6d7aaa0fe /docs | |
| parent | 6aed5cfc6f7998b738914fbf49a704d82f8b0124 (diff) | |
Forwardport of 1.8.1 release notes.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.1.txt b/docs/releases/1.8.1.txt index b0bcbbfeea..31e66d8c1a 100644 --- a/docs/releases/1.8.1.txt +++ b/docs/releases/1.8.1.txt @@ -75,6 +75,9 @@ 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 + prevented apps with data migrations from using the option (:ticket:`24729`). + Optimizations ============= |
