wagtail/docs/core_components/images
Karl Hobley cd62c72dcc Changed API for setting/getting focal points
Previously, we used a property to do this. Heres the advantages of the
new way:
 - The old way felt a bit like it was pretending to be a database field
   when it wasn't. The new way makes it easier for the developer to
   understand that this is just a setter/getter for 4 fields and not a
   field itself.
 - Code looks nicer
 - Easier to override in subclasses
 - More like Django user model
2014-11-03 10:09:29 +00:00
..
feature_detection.rst Changed API for setting/getting focal points 2014-11-03 10:09:29 +00:00
index.rst Update images/index.rst 2014-10-09 13:10:18 +01:00
using_images_outside_wagtail.rst Update using_images_outside_wagtail.rst 2014-08-19 10:52:49 +01:00