release note for #715

pull/716/head
Matt Westcott 2014-10-28 21:15:18 +00:00
rodzic 63834a3c57
commit ad89e8f54d
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -18,6 +18,7 @@ Changelog
* Fix: The cache of site root paths is now cleared when a site is deleted.
* Fix: Search indexing now prevents pages from being indexed multiple times, as both the base Page model and the specific subclass
* Fix: Fixed references to "username" in login form help text for better custom user model support (John-Scott Atlakson)
* Fix: Later items in a model's search_field list now consistently override earlier items, allowing subclasses to redefine rules from the parent
0.7 (09.10.2014)
~~~~~~~~~~~~~~~~

Wyświetl plik

@ -34,6 +34,7 @@ Bug fixes
* The cache of site root paths is now cleared when a site is deleted
* Search indexing now prevents pages from being indexed multiple times, as both the base Page model and the specific subclass
* Fixed references to "username" in login form help text for better custom user model support
* Later items in a model's search_field list now consistently override earlier items, allowing subclasses to redefine rules from the parent
Upgrade considerations
======================