File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ sortable-admin mixin classes. The minimized version can be imported as
43
43
Run the Demo App
44
44
================
45
45
46
- **django-admin-sotable2 ** is shipped with a demo app, which shall be used as a reference when
46
+ **django-admin-sortable2 ** is shipped with a demo app, which shall be used as a reference when
47
47
reporting bugs, proposing new features or to just get a quick first impression of this library.
48
48
49
49
Follow these steps to run this demo app. Note that in addition to Python, you also need a recent
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Django. Use one of these models fields:
60
60
* :class: `~django.db.models.PositiveSmallIntegerField ` (recommended for small sets)
61
61
* :class: `~django.db.models.SmallIntegerField `
62
62
63
- In addition to the reccomended fields, :class: `~django.db.models.DecimalField ` or
63
+ In addition to the recommended fields, :class: `~django.db.models.DecimalField ` or
64
64
:class: `~django.db.models.FloatField ` may work, but haven't been testest.
65
65
66
66
.. warning :: Do not make this field unique! See below why.
You can’t perform that action at this time.
0 commit comments