Django 1.8.4 release notes
Bugfixes
- Added a system check warning if the old settings are defined in addition to the new
TEMPLATES
setting. - Fixed
QuerySet.raw()
soInvalidQuery
is not raised when using thedb_column
name of aForeignKey
field withprimary_key=True
(). - Fixed
has_changed()
method incontrib.postgres.forms.HStoreField
(#25215, ). - Fixed the recording of squashed migrations when running the
migrate
command (#25231). - Prevented
varchar_patterns_ops
andtext_patterns_ops
indexes for ().