Changes between Version 169 and Version 170 of BackwardsIncompatibleChanges
- Timestamp:
- Jun 30, 2008, 2:11:58 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackwardsIncompatibleChanges
v169 v170 57 57 * [7574] June 4, 2008 [#TightenedupForeignKeyassignment Tightened up ForeignKey assignment] 58 58 * [7773] June 26, 2008 [#ChangedWhereNodeInternals Changed Where Node Internals] 59 * [7794] June 30, 2008 [#RemovedOrderingField Removed OrderingField] 59 60 60 61 == Database constraint names changed == … … 621 622 622 623 Again, this will not affect most code, but people writing customised things will need to adjust. Fortunately, since the list is now one component longer, if you miss a change, your code will fail drastically so you will notice. 624 625 == Removed !OrderingField == 626 In [7794], a model field that had no use was removed (!OrderingField). It was introduced in the magic-removal branch to support a feature that was never completed, so the code isn't useful in Django any longer.