Commit graph

461 commits

Author SHA1 Message Date
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
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
Andrews Medina
d2d65bdb3f Merge branch 'develop' of git://github.com/twoscoops/django-admin2 into example2 2013-06-05 22:19:39 -03:00
Andrews Medina
af54f424ed Changed the example2 database name. 2013-06-05 22:19:07 -03:00
Andrews Medina
6d12d7d8e6 Added a home for example2. 2013-06-05 22:17:29 -03:00
Daniel Greenfeld
e6cb526df4 Adding @the5fire to authors. 2013-06-05 11:27:02 +02:00
Daniel Greenfeld
e9cfa3545f Merge pull request #187 from the5fire/fix-dist-no-staticfile
fixed MANIFEST.in without static resources configuration
2013-06-05 02:25:59 -07:00
allenhu
caee5ac214 fixed MANIFEST.in without static resources configuration 2013-06-05 14:47:43 +08:00
Daniel Greenfeld
bb32ae8bf2 Merge pull request #182 from gregmuellegger/issues/181
Fixes #181 -- Choices were not copied for Select widgets for floppified forms
2013-06-04 21:43:22 -07:00
Andrews Medina
b1c7089556 Enabling admin for example2. 2013-06-04 23:07:09 -03:00
Andrews Medina
de37dfb1f8 Fixed Poll was_published_recently. 2013-06-04 23:06:33 -03:00
Andrews Medina
320c6b6d4b Improved PollAdmin. 2013-06-04 22:59:15 -03:00
Andrews Medina
0fe407565d Added admin2 for polls. 2013-06-04 22:46:37 -03:00
Andrews Medina
305d9029fb Added Pool and Choice models for example2. 2013-06-04 22:22:21 -03:00
Andrews Medina
af2bd4d546 Added example2. 2013-06-04 22:10:59 -03:00
Gregor Müllegger
1a04f285ff Fixes #181 -- Choices were not copied for Select widgets for floppified forms. 2013-06-04 22:31:59 +02:00
Daniel Greenfeld
01361d214d Modify the contributing docs 2013-06-04 22:02:08 +02:00
Daniel Greenfeld
b9e178347b Modify the contributing docs 2013-06-04 22:00:49 +02:00
Daniel Greenfeld
806e032032 fixes #165 we now can control what gets displayed 2013-06-04 21:22:28 +02:00
Daniel Greenfeld
777e82672d more docs for #161 2013-06-04 20:30:41 +02:00