pull/2869/merge
Matt Westcott 2016-08-01 13:07:25 +01:00
rodzic ed9758d378
commit ca02019404
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -43,6 +43,7 @@ Changelog
* Fix: The `--schema-only` flag on update_index no longer expects an argument (Karl Hobley)
* Fix: Added file handling to support custom user add/edit forms with images/files (Eraldo Energy)
* Fix: Placeholder text in modeladmin search now uses the correct template variable (Adriaan Tijsseling)
* Fix: Fixed bad SQL syntax for updating URL paths on Microsoft SQL Server (Jesse Legg)
1.5.3 (18.07.2016)

Wyświetl plik

@ -160,6 +160,7 @@ Contributors
* Sean Muck
* Fábio Macêdo Mendes
* Eraldo Energy
* Jesse Legg
Translators
===========

Wyświetl plik

@ -78,6 +78,7 @@ Bug fixes
* The ``--schema-only`` flag on update_index no longer expects an argument (Karl Hobley)
* Added file handling to support custom user add/edit forms with images/files (Eraldo Energy)
* Placeholder text in modeladmin search now uses the correct template variable (Adriaan Tijsseling)
* Fixed bad SQL syntax for updating URL paths on Microsoft SQL Server (Jesse Legg)
Upgrade considerations