mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-24 17:00:24 +00:00
I never liked that the "AdminThumbnailView" was supposed to be defined on the model, but never looked into it. This commit puts the definition back where it belongs: in the admin. Instead of requiring you to add a field (with view logic) to your model, you now just add a property to your admin class and specify that property in the `list_display` list.
26 lines
364 B
ReStructuredText
26 lines
364 B
ReStructuredText
API Reference
|
|
=============
|
|
|
|
|
|
:mod:`models` Module
|
|
--------------------
|
|
|
|
.. automodule:: imagekit.models
|
|
:members:
|
|
|
|
|
|
:mod:`processors` Module
|
|
------------------------
|
|
|
|
.. automodule:: imagekit.processors
|
|
:members:
|
|
|
|
.. automodule:: imagekit.processors.resize
|
|
:members:
|
|
|
|
|
|
:mod:`admin` Module
|
|
--------------------
|
|
|
|
.. automodule:: imagekit.admin
|
|
:members:
|