Changes between Version 206 and Version 207 of BackwardsIncompatibleChanges


Ignore:
Timestamp:
Aug 5, 2008, 9:23:02 AM (16 years ago)
Author:
Luke Plant
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BackwardsIncompatibleChanges

    v206 v207  
    7373 * [8191] Aug. 1, 2008 [#Removedseveraldeprecatedfeaturesfor1.0 Removed several deprecated features for 1.0]
    7474 * [8202] Aug. 3, 2008 [#Removeddictionaryaccesstorequestobject Removed dictionary access to request object]
    75  * [8211] Aug. 5, 2008 [#UrltagnowallowsNoReverseMatchexceptionstopropagate url tag now allows !NoReverseMatch exceptions to propagate]
     75 * [8211] Aug. 5, 2008 [#http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges#urltagnowallowsNoReverseMatchexceptionstopropagate url tag now allows !NoReverseMatch exceptions to propagate]
    7676
    7777== Database constraint names changed ==
     
    10741074== `url` tag now allows !NoReverseMatch exceptions to propagate ==
    10751075
    1076 Previously !NoReverseMatch exceptions were silenced in the `{% url %}` tag.  This is very rarely useful, and usually just produced difficult to find bugs, and so was changed in [8211] .  See #8031
     1076Previously !NoReverseMatch exceptions were silenced in the `{% url %}` tag.  This is very rarely useful, and usually just produced difficult to find bugs, and so was changed in [8211].  See #8031.
Back to Top