wagtail/docs/core_components
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
..
images Changed API for setting/getting focal points 2014-11-03 10:09:29 +00:00
pages fix code sample indentation 2014-10-22 11:25:18 -07:00
search Use AppConfig.ready to register signal handlers 2014-10-14 09:33:19 +11:00
form_builder.rst
index.rst set 'titlesonly' in sphinx menus to prevent subheadings from the Search intro page from appearing 2014-10-08 11:14:36 +01:00
sites.rst Update the Sites documentation, because the Sites UI is no longer in the future :-) 2014-10-08 16:56:12 +01:00
snippets.rst Make register_snippet usable as a decorator 2014-09-18 15:35:39 +10:00