diff --git a/docs/releases/1.2.txt b/docs/releases/1.2.txt
index d320b88..7c22c9f 100644
a
|
b
|
cleaned in-place. This conversion used to happen when the model was saved. If
|
309 | 309 | you need an unmodified instance of your model, you should pass a copy to the |
310 | 310 | ``ModelForm`` constructor. |
311 | 311 | |
312 | | |
313 | | .. _deprecated-features-1.2: |
314 | | |
315 | 312 | ``BooleanField`` on MySQL |
316 | 313 | -------------------------- |
317 | 314 | |
… |
… |
people this shouldn't have been a problem because ``bool`` is a subclass of
|
322 | 319 | only time this should ever be an issue is if you were expecting printing the |
323 | 320 | ``repr`` of a ``BooleanField`` to print ``1`` or ``0``. |
324 | 321 | |
| 322 | ``PostGISAdaptor`` renamed to ``PostGISAdapter`` |
| 323 | ------------------------------------------------ |
| 324 | |
| 325 | The :class:`django.contrib.gis.db.backend.postgis.adaptor.PostGISAdaptor` class has been renamed to :class:`django.contrib.gis.db.backends.postgis.adapter.PostGISAdapter`. |
| 326 | |
| 327 | .. _deprecated-features-1.2: |
| 328 | |
325 | 329 | Features deprecated in 1.2 |
326 | 330 | ========================== |
327 | 331 | |