diff --git a/docs/releases/1.4.txt b/docs/releases/1.4.txt
index be3434d..6e8d78c 100644
a
|
b
|
The internals of the tag aren't part of the official stable API, but in the
|
1067 | 1067 | interests of full disclosure, the ``ExtendsNode.__init__`` definition has |
1068 | 1068 | changed, which may break any custom tags that use this class. |
1069 | 1069 | |
| 1070 | loading some incomplete fixtures no longer works. |
| 1071 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 1072 | |
| 1073 | Prior to 1.4, a default value was inserted for fixture objects that were missing |
| 1074 | a specific date or datetime value when auto_now_add was set for the field. |
| 1075 | This was something that should not have worked and in 1.4 loading such |
| 1076 | incomplete fixtures will fail. Because fixtures are a raw import, they should |
| 1077 | explicitly specify all field values, regardless of field options on the model. |
| 1078 | |
| 1079 | |
1070 | 1080 | Features deprecated in 1.4 |
1071 | 1081 | ========================== |
1072 | 1082 | |