Ticket #13315: postgisapapterchange.diff

File postgisapapterchange.diff, 1.0 KB (added by Brandon Konkle, 14 years ago)
  • docs/releases/1.2.txt

    diff --git a/docs/releases/1.2.txt b/docs/releases/1.2.txt
    index d320b88..4681199 100644
    a b cleaned in-place. This conversion used to happen when the model was saved. If  
    309309you need an unmodified instance of your model, you should pass a copy to the
    310310``ModelForm`` constructor.
    311311
    312 
    313 .. _deprecated-features-1.2:
    314 
    315312``BooleanField`` on MySQL
    316313--------------------------
    317314
    people this shouldn't have been a problem because ``bool`` is a subclass of  
    322319only time this should ever be an issue is if you were expecting printing the
    323320``repr`` of a ``BooleanField`` to print ``1`` or ``0``.
    324321
     322``PostGISAdaptor`` renamed to ``PostGISAdapter``
     323------------------------------------------------
     324
     325The :class:`django.contrib.gis.db.backend.postgis.adaptor.PostGISAdaptor` class has been renamed to :class:`django.contrib.gis.db.backend.postgis.adapter.PostGISAdapter`.
     326
     327.. _deprecated-features-1.2:
     328
    325329Features deprecated in 1.2
    326330==========================
    327331
Back to Top