Commit graph

479 commits

Author SHA1 Message Date
Andrews Medina
39bf48ca20 refactored ModelAdminBase2. 2013-06-21 10:16:08 -03:00
Andrews Medina
b44c66e301 implemented ModelAdminBase2 metaclass. 2013-06-21 02:41:28 -03:00
Andrews Medina
7a0f29f2c6 added AdminView. 2013-06-21 00:05:23 -03:00
Daniel Greenfeld
6a6b3d5f79 Removing bad screen capture 2013-06-20 16:46:47 +02:00
Daniel Greenfeld
b166874c10 Merge branch 'develop' of github.com:twoscoops/django-admin2 into develop 2013-06-20 16:40:57 +02:00
Daniel Greenfeld
b22dc3407a Adding simple screen capture 2013-06-20 16:40:42 +02:00
Daniel Greenfeld
273a950500 Merge pull request #210 from douglasmiranda/add-info-on-authors
add info on AUTHORS
2013-06-19 03:17:02 -07:00
Daniel Greenfeld
6f12cb5e15 Merge pull request #209 from d1ffuz0r/fix_actions_doc
actions docs
2013-06-18 23:04:10 -07:00
Daniel Greenfeld
fb284542f9 Merge pull request #208 from douglasmiranda/fix-jquery-version
fix: issue #199 static jQuery version and add jQuery fallback
2013-06-18 23:02:25 -07:00
d1ffuz0r
b586bd007a fixed actions doc 2013-06-19 12:44:52 +07:00
Douglas Miranda
3b0d8f6910 add info on AUTHORS 2013-06-18 21:36:30 -04:00
Douglas Miranda
d008b3e842 fix: issue #199 static jQuery version and add jQuery fallback 2013-06-18 21:30:16 -04:00
Daniel Greenfeld
dedaadae5f Merge pull request #206 from esoergel/get_example_proj_to_work
minor: fix formatting in contributing.rst and added links to virtualenv and virtualenvwrapper
2013-06-18 10:36:17 -07:00
Ethan Soergel
7e86c1172e Merge branch 'develop' of https://github.com/twoscoops/django-admin2 into get_example_proj_to_work 2013-06-18 13:18:26 -04:00
Ethan Soergel
04ab4a1f4c fixed formatting in contributing.rst and added links to virtualenv and virtualenvwrapper 2013-06-18 13:18:04 -04:00
Daniel Greenfeld
381361b648 Add Ethan Soergel to authors 2013-06-18 18:19:37 +03:00
Daniel Greenfeld
bb3988b7b8 Merge pull request #204 from esoergel/get_example_proj_to_work
added instructions for getting the example projects running to the 'SETUP' section of contributing.rst
2013-06-18 08:18:07 -07:00
Ethan Soergel
d0bfca08af added instructions to run setup.py to contributing.rst 2013-06-18 11:02:14 -04:00
Ethan Soergel
5595b68fb5 extended 'SETUP' section of contributing.rst to include instructions for getting the example projects running 2013-06-18 02:16:54 -04:00
d1ffuz0r
256efa679e #154 changed fbc action views behavior to cbv. added breadcrumbs to actions with multiple items 2013-06-17 11:56:37 +07:00
Daniel Greenfeld
5c26287100 Merge pull request #201 from andrewsmedina/get_attr_tests
Added more tests for get_attr templatetag.
2013-06-13 00:33:56 -07:00
Andrews Medina
27544d5a51 Added more tests for get_attr templatetag. 2013-06-12 17:08:21 -03:00
Daniel Greenfeld
edcdb00fbd Merge branch 'develop' of github.com:twoscoops/django-admin2 into develop 2013-06-11 21:54:58 +02:00
Daniel Greenfeld
48dd204738 Moar on actions 2013-06-11 21:48:52 +02:00
Daniel Greenfeld
ab31053e9d add douglas miranda to authors 2013-06-10 13:11:14 +03:00
Daniel Greenfeld
86d593a577 Merge pull request #197 from douglasmiranda/fix-navbar-breadcrumb
Fix navbar and breadcrumbs on the login page - issue #196
2013-06-10 03:08:39 -07:00
Douglas Miranda
2ccb399c11 fix navbar and breadcrumb on the login page - issue #196 2013-06-10 02:02:10 -04:00
Daniel Greenfeld
eefab2dec4 Add performance goal to docs 2013-06-09 20:21:35 +02:00
Daniel Greenfeld
8f2f9fa280 Merge pull request #193 from andrewsmedina/list_display_callables
Added support for callabels in list_display.
2013-06-07 01:49:08 -07:00
Daniel Greenfeld
edec446e30 Merge pull request #192 from andrewsmedina/ignoring_vim
ignoring vim swap files.
2013-06-07 01:47:54 -07:00
Daniel Greenfeld
5027b0772b Add Wade Austin / @waustin to authors 2013-06-07 11:12:16 +03:00
Daniel Greenfeld
56466a61bd Merge branch 'implement_search_fields' of git://github.com/waustin/django-admin2 into waustin-implement_search_fields 2013-06-07 10:08:49 +02:00
Andrews Medina
5974642840 Added support for callabels in list_display. 2013-06-07 00:07:24 -03:00
Andrews Medina
7d7be0b696 ignoring vim swap files. 2013-06-06 23:35:00 -03:00
Wade Austin
e199b13c3c search_fields test cases 2013-06-06 16:25:36 -05:00
Wade Austin
a5d728df66 Merge branch 'develop' of https://github.com/twoscoops/django-admin2 into implement_search_fields 2013-06-06 16:24:57 -05:00
Wade Austin
095bc1ad5d Override get_queryset in ModelListView to preform a search if needed
Added a get_search_results method to ModelListView based on the logic from django.contrib.admin.views.main.ChangeList
Added search_fields and search_term to the extra context data
2013-06-06 13:00:03 -05:00
Wade Austin
858d39e5f4 Added search_fields to admin and admin2 class for the example project 2013-06-06 12:51:44 -05:00
Wade Austin
2af4aed976 added lookup_needs_distinct from django.contrib.admin 2013-06-06 12:50:45 -05:00
Wade Austin
9ea725600f Add search form to model list template. Form is only displayed if search_fields is not None 2013-06-06 12:49:34 -05:00
Wade Austin
26eeaf14aa Add search_fields to MODEL_ADMIN_ATTRS 2013-06-06 12:48:36 -05:00
Gregor Müllegger
911dcb442a Moving create_extra_permissions to the more appropriate permissions module. 2013-06-06 10:29:10 +02:00
Gregor Müllegger
b88587f682 Adding test to check if view permissions have been created. 2013-06-06 10:29:10 +02:00
Daniel Greenfeld
5ae57ac541 Adding Andrews Medina to the authors list 2013-06-06 10:25:22 +02:00
Andrews Medina
7e58115e11 Added tests for example2 poll delete action. 2013-06-05 23:53:39 -03:00
Andrews Medina
8e4c155c33 Added tests for example2 poll delete view. 2013-06-05 23:50:53 -03:00
Andrews Medina
5ce79eee08 Added tests for example2 poll create view. 2013-06-05 23:48:04 -03:00
Andrews Medina
fde3814fdf Added tests for example2 poll detail view. 2013-06-05 22:58:50 -03:00
Andrews Medina
39df8267c4 Added tests for example2 poll list view. 2013-06-05 22:57:14 -03:00
Andrews Medina
25a9d72322 Added tests for example2 admin index. 2013-06-05 22:35:57 -03:00