Commit Graph

438 Commits (c2ca9db9315b1df4f015f53181629d0a82c5b294)

Author SHA1 Message Date
Brandon Taylor e274dad374 Update README.md
Added build status
2014-09-06 19:30:21 -04:00
Brandon Taylor 90f3e13d94 Merge branch 'master' of github.com:iambrandontaylor/django-admin-sortable 2014-09-06 15:41:34 -04:00
Brandon Taylor 2157f2d7ca Fixed table formatting. 2014-09-06 15:41:24 -04:00
Brandon Taylor c312e975a8 Update README.md 2014-09-06 15:37:54 -04:00
Brandon Taylor cd100a7532 Change table. 2014-09-06 15:35:37 -04:00
Brandon Taylor 4c1ffdebea Version bump to 1.7.3.
Updated readme to document get_next/previous
2014-09-06 15:32:54 -04:00
Brandon Taylor 3cfba9164a Added cd to Travis script. 2014-09-06 15:15:14 -04:00
Brandon Taylor 31780a672a Updated requirements and Travis config. 2014-09-06 15:13:53 -04:00
Brandon Taylor 8b9cf718c0 Added Travis CI config. 2014-09-06 15:11:52 -04:00
Brandon Taylor 8df54f43e1 Added basic test of get_next/previous. 2014-09-06 14:53:11 -04:00
Brandon Taylor 25ef724e15 Fixed missing kwarg in calls to get_next/previous. 2014-09-06 14:52:09 -04:00
Brandon Taylor e08077a0b2 PEP8 cleanup. 2014-09-06 14:51:26 -04:00
Brandon Taylor 27686d6f79 Removed unused variable. 2014-09-06 12:38:00 -04:00
Brandon Taylor 1a96bb0d21 Added option to disable sortable foreign key filtering. 2014-09-05 23:07:16 -04:00
Brandon Taylor fee0ba81b0 Moved logic to set sortable_foreign_key property to Sortable instead of SortableAdmin.
Added instance methods to get next or previous instance, optionally filtered by a sortable foreign key field.
2014-09-05 23:02:29 -04:00
Brandon Taylor 361305d6a5 Updated Readme.
Version bump to 1.7.2.
Merged pull request for commit 4e38d91.
Removed version specifications from requirements.txt in sample project.
2014-09-05 16:37:45 -04:00
Brandon Taylor 4e38d91138 Merge pull request #88 from fusionbox/change-view-args
ModelAdmin.change_view takes a form_url kwarg
2014-09-05 16:31:10 -04:00
Scott Clark 41fa948bb2 ModelAdmin.change_view takes a form_url kwarg
This allows change_view super calls to AdminSortable and
ModelAdmin to play nice with each other.
2014-09-04 14:07:55 -06:00
Brandon Taylor d3b780593e Update usage.rst 2014-08-25 09:28:21 -04:00
Brandon Taylor 88bdb3816f Update usage.rst 2014-08-25 09:27:34 -04:00
Brandon Taylor ac7e03c611 Update usage.rst 2014-08-25 09:26:08 -04:00
Brandon Taylor 76f3541c0d Update usage.rst 2014-08-25 09:25:47 -04:00
Brandon Taylor 6c04e3b8df Update usage.rst 2014-08-25 09:25:19 -04:00
Brandon Taylor 63e123e4fc Update usage.rst 2014-08-25 09:24:22 -04:00
Brandon Taylor 969ee2f653 Update usage.rst 2014-08-25 09:23:58 -04:00
Brandon Taylor ed18886e2c Updated ReadMe 2014-08-21 22:17:14 -04:00
Brandon Taylor 5e307d687b Version bump to 1.7.1.
Added Brazilian Portugese locale.
Fixed minor css scoping issue that caused stacked template items that were sortable to not display the 'move' cusor type.
Fixed comment line in manage.py for PEP8.
2014-08-21 22:14:36 -04:00
Brandon Taylor cf490e7918 Changed toctree max depth to 3.
Minor refactor on headers for usage docs
2014-08-21 12:32:36 -04:00
Brandon Taylor 67b6cc0713 Added license doc 2014-08-21 00:29:42 -04:00
Brandon Taylor 815477aefa Added future doc 2014-08-21 00:28:45 -04:00
Brandon Taylor 7485dc0289 Added status docs. 2014-08-21 00:26:25 -04:00
Brandon Taylor 20829d106a Added known issues docs. 2014-08-21 00:22:53 -04:00
Brandon Taylor 87917cfadb Added Django CMS docs. 2014-08-21 00:21:03 -04:00
Brandon Taylor b3c9fffbfa Added usage docs. 2014-08-21 00:17:36 -04:00
Brandon Taylor 512440f9e5 Added configuration and testing docs. 2014-08-20 23:57:01 -04:00
Brandon Taylor b031d458cd Added more information to index 2014-08-20 23:49:26 -04:00
Brandon Taylor e43d7d67c2 Added more information to index 2014-08-20 23:34:31 -04:00
Brandon Taylor 279ce2e71f Working on Sphinx docs 2014-08-20 20:47:13 -04:00
Brandon Taylor 5a93437f11 Merge pull request #84 from GabLeRoux/patch-1
Update README.md
2014-07-14 22:49:28 -04:00
Gabriel Le Breton 29a11af412 Update README.md 2014-07-14 22:46:34 -04:00
Brandon Taylor 1b2461444b Merged Python 2.6 comptaibility features.
Version bump.
Updated readme.
2014-05-29 10:24:54 -04:00
Brandon Taylor e19edc7d9e Merge pull request #81 from EnTeQuAk/feature/python-2.6
Fix python 2.6 compatibility
2014-05-29 10:22:15 -04:00
Brandon Taylor 6f25684e35 Version bump to 1.6.9.
Merged pull request from @kirov to fix multiple exception handling.
2014-05-28 08:15:39 -04:00
Brandon Taylor 10e3dd938a Merge pull request #82 from kirov/patch-1
Fix "except"
2014-05-28 08:13:08 -04:00
Evgeniy Kirov 357268e9b0 Fix "except" 2014-05-28 16:11:04 +04:00
Christopher Grebs e4a79e1d62 Fix python 2.6 compatibility 2014-05-26 14:52:46 +02:00
Brandon Taylor 15e3fb88bf Changed homepage for project. 2014-05-23 22:38:34 -04:00
Brandon Taylor e7e74983a2 Version bump to 1.6.8.
Updated README.
2014-05-23 08:05:20 -04:00
Brandon Taylor 1f63c7012a Merge pull request #80 from akadan47/master
Add Russian localization
2014-05-22 22:33:37 -04:00
Denis Popov f42c4bb329 Add Russian localization 2014-05-20 10:12:20 +04:00