diff --git a/docs/_build/doctrees/environment.pickle b/docs/_build/doctrees/environment.pickle
index 2eb71e3..de4d847 100644
Binary files a/docs/_build/doctrees/environment.pickle and b/docs/_build/doctrees/environment.pickle differ
diff --git a/docs/_build/doctrees/index.doctree b/docs/_build/doctrees/index.doctree
index 9274c06..8ede735 100644
Binary files a/docs/_build/doctrees/index.doctree and b/docs/_build/doctrees/index.doctree differ
diff --git a/docs/_build/doctrees/rationale.doctree b/docs/_build/doctrees/rationale.doctree
new file mode 100644
index 0000000..abe751c
Binary files /dev/null and b/docs/_build/doctrees/rationale.doctree differ
diff --git a/docs/_build/doctrees/status.doctree b/docs/_build/doctrees/status.doctree
new file mode 100644
index 0000000..97993ac
Binary files /dev/null and b/docs/_build/doctrees/status.doctree differ
diff --git a/docs/_build/html/_sources/rationale.txt b/docs/_build/html/_sources/rationale.txt
new file mode 100644
index 0000000..d02b412
--- /dev/null
+++ b/docs/_build/html/_sources/rationale.txt
@@ -0,0 +1,11 @@
+Rationale
+=========
+
+Why another drag-and-drop ordering plugin?
+------------------------------------------
+
+Other projects have added drag-and-drop ordering to the ChangeList view, however this introduces a couple of problems...
+
+- The ChangeList view supports pagination, which makes drag-and-drop ordering across pages impossible.
+- The ChangeList view by default, does not order records based on a foreign key, nor distinguish between rows that are associated with a foreign key. This makes ordering the records grouped by a foreign key impossible.
+- The ChangeList supports in-line editing, and adding drag-and-drop ordering on top of that just seemed a little much in my opinion.
diff --git a/docs/_build/html/_sources/status.txt b/docs/_build/html/_sources/status.txt
new file mode 100644
index 0000000..bed1b89
--- /dev/null
+++ b/docs/_build/html/_sources/status.txt
@@ -0,0 +1,4 @@
+Status
+======
+
+django-admin-sortable is stable and currently used in production.
diff --git a/docs/_build/html/genindex.html b/docs/_build/html/genindex.html
index f49946a..9aa3c1a 100644
--- a/docs/_build/html/genindex.html
+++ b/docs/_build/html/genindex.html
@@ -71,6 +71,11 @@
Other projects have added drag-and-drop ordering to the ChangeList view, however this introduces a couple of problems...
+
+
The ChangeList view supports pagination, which makes drag-and-drop ordering across pages impossible.
+
The ChangeList view by default, does not order records based on a foreign key, nor distinguish between rows that are associated with a foreign key. This makes ordering the records grouped by a foreign key impossible.
+
The ChangeList supports in-line editing, and adding drag-and-drop ordering on top of that just seemed a little much in my opinion.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/_build/html/search.html b/docs/_build/html/search.html
index 84c3128..c0c63ba 100644
--- a/docs/_build/html/search.html
+++ b/docs/_build/html/search.html
@@ -70,6 +70,11 @@
django-admin-sortable is stable and currently used in production.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/rationale.rst b/docs/rationale.rst
new file mode 100644
index 0000000..d02b412
--- /dev/null
+++ b/docs/rationale.rst
@@ -0,0 +1,11 @@
+Rationale
+=========
+
+Why another drag-and-drop ordering plugin?
+------------------------------------------
+
+Other projects have added drag-and-drop ordering to the ChangeList view, however this introduces a couple of problems...
+
+- The ChangeList view supports pagination, which makes drag-and-drop ordering across pages impossible.
+- The ChangeList view by default, does not order records based on a foreign key, nor distinguish between rows that are associated with a foreign key. This makes ordering the records grouped by a foreign key impossible.
+- The ChangeList supports in-line editing, and adding drag-and-drop ordering on top of that just seemed a little much in my opinion.
diff --git a/docs/status.rst b/docs/status.rst
new file mode 100644
index 0000000..bed1b89
--- /dev/null
+++ b/docs/status.rst
@@ -0,0 +1,4 @@
+Status
+======
+
+django-admin-sortable is stable and currently used in production.