Skip to content

Commit

Permalink
Move the upgrading note about FK FT case sensitivity to the right sec…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
davidmiller committed Oct 26, 2018
1 parent 2cf33f8 commit a5ec36d
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions doc/docs/reference/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
This document provides instructions for specific steps required to upgrading your Opal
application to a later version where there are extra steps required.

### 0.13.0 -> 0.12.0 - 0.11.2

#### Free text or foreign key fields are now, by default case insensitive

It is recommended you resave all model values for fk_or_ft fields as this will give you
consistent behaviour. Otherwise fk_ft values wihch differ from fkt values only by
case prior to this upgrade will be stored as ft and those afterwards will be stored as
the relevant fk.

### 0.11.1 -> 0.11.2

This bugfix release should be entirely backwards compatible.
Expand All @@ -15,12 +24,8 @@ This bugfix release should be entirely backwards compatible.

Please upgrade django-compressor version to 2.2, ie update your requirements to


#### Free text or foreign key fields are now, by default case insensitive

It is recommended you resave all model values for fk_or_ft fields as this will give you consistent behaviour. Otherwise fk_ft values wihch differ from fkt values only by case prior to this upgrade will be stored as ft and those afterwards will be stored as the relevant fk.

##### requirements.txt

django-compressor==2.2

### 0.10.0 -> 0.10.1
Expand Down

0 comments on commit a5ec36d

Please sign in to comment.