File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44Installation
55============
66
7- Install **django-admin-sortable2 **. The latest stable release can be found on PyPI
7+ Install **django-admin-sortable2 **. The latest stable release is available on PyPI
88
99.. code-block :: bash
1010
@@ -30,5 +30,5 @@ In the project's ``settings.py`` file add ``'adminsortable2'`` to the list of ``
3030 ...
3131 ]
3232
33- The next step is to adopt the models in order to make them sortable. Please check the page
34- :ref: ` usage ` for details.
33+ The next step is to adopt the models to make them sortable. Please check the page :ref: ` usage ` for
34+ details.
Original file line number Diff line number Diff line change 44Using Admin Sortable
55====================
66
7- This library tries to not interfere with existing Django models. Instead it can be adopted to any
8- class inheriting from :class: `~django.db.models.Model ` provided that it offers a field for sorting.
7+ This library tries to not interfere with existing Django models. Instead it adopts any class
8+ inheriting from :class: `~django.db.models.Model `, provided it offers a field for sorting.
99
1010
1111Prepare the Model Classes
You can’t perform that action at this time.
0 commit comments