Commit graph

828 commits

Author SHA1 Message Date
Daniel Greenfeld
cfce0f4afb Add @yarbelk to authors and update the history file 2013-09-11 22:13:00 +02:00
Daniel Greenfeld
2b044712b6 Merge pull request #372 from yarbelk/fix_multipart
Fix missing enctype="multipart/form-data" when needed
2013-09-11 12:47:46 -07:00
yarbelk
690401d604 Fix missing enctype="multipart/form-data" when needed
- add app example.files with tests, based on example2.
- add check in base update template which checks if
  form.is_multitype and adds the encoding for it
- update gitignore to ignore the uploaded media folder
- add test to blog to ensure that the create form is not
  multipart encoded
2013-09-11 22:20:38 +08:00
Daniel Greenfeld
eb768817f3 Merge pull request #370 from douglasmiranda/fix-typeerror
fix TypeError - the right way
2013-08-26 23:42:52 -07:00
Douglas Miranda
087a918542 fix TypeError - the right way () 2013-08-26 20:20:09 -04:00
Daniel Greenfeld
33b83ead5f Merge pull request #366 from douglasmiranda/implementing-app-verbose-name
Implementing "app verbose name"
2013-08-13 16:51:09 -07:00
Daniel Greenfeld
b492f0a166 Merge pull request #364 from powersurge360/all-model-action
All model action
2013-08-13 16:50:33 -07:00
Douglas Miranda
cfba14384e Tests for the "app verbose name". 2013-08-05 03:39:17 -04:00
Douglas Miranda
7806053516 Using on the blog app the new "app verbose name feature". 2013-08-05 03:37:51 -04:00
Douglas Miranda
08f38c26c2 Showing the app verbose names on the templates. 2013-08-05 03:36:37 -04:00
Douglas Miranda
7f830c8aeb Registering and making the app verbose names accessible into the views. 2013-08-05 03:35:03 -04:00
Kevin Diale
bf21d8dac4 Adding tests for unselected actions. 2013-08-02 15:13:07 -04:00
Kevin Diale
35cb0bcc75 "only_selected" flag exists to specify whether it should affect the
whole queryset or just those that are selected.
2013-08-02 13:58:57 -04:00
Daniel Greenfeld
fa86f85afc Remove accidental dependency on django.contrib.admin 2013-08-02 12:52:38 +02:00
Daniel Greenfeld
3ddaaefba4 Merge pull request #362 from powersurge360/modeladmin-ordering
Modeladmin ordering
2013-08-02 03:39:10 -07:00
Kevin Diale
9e29500f5c Pretty simple tests for this one. 2013-08-01 18:16:59 -04:00
Kevin Diale
1aa4ee36d6 Implemented ordering, tests in the next commit. 2013-08-01 12:00:03 -04:00
Daniel Greenfeld
361aeda9da Fix the theme rules page 2013-08-01 12:54:17 +02:00
Daniel Greenfeld
f0f9074ca2 Describe theming better 2013-08-01 12:46:38 +02:00
Daniel Greenfeld
7c3bc1e0b0 merge 2013-08-01 12:39:21 +02:00
Daniel Greenfeld
68cc955fce Merge branch 'admin-date-hierarchy' of git://github.com/powersurge360/django-admin2 into powersurge360-admin-date-hierarchy 2013-08-01 12:31:38 +02:00
Daniel Greenfeld
3b0526b335 Merge branch 'develop' of github.com:pydanny/django-admin2 into develop 2013-08-01 12:28:39 +02:00
Kevin Diale
03261fa461 Should be ready to go! 2013-07-31 17:43:05 -04:00
Kevin Diale
bb127c9483 Added unit tests. 2013-07-31 17:31:23 -04:00
Kevin Diale
bab18c97c1 Interface is most of the way there. 2013-07-31 14:58:08 -04:00
Kevin Diale
966e549ace Basic interface done. 2013-07-31 12:57:48 -04:00
the5fire
6f531ea09f Test for the ModelAdmin2 get_index_kwargs 2013-07-31 07:17:07 +08:00
Kevin Diale
8dc0821539 Left in a wee bit of debugging code. 2013-07-30 17:20:27 -04:00
Kevin Diale
29eaa661d5 Drilling down works on a functional level. Gotta set up interface and
tests.

On a related note, TAKE THAT DJANGO FILTERS.
2013-07-30 16:28:24 -04:00
Daniel Greenfeld
555b022fb2 Adding Kevin Diale to authors. 2013-07-30 17:05:41 +02:00
Daniel Greenfeld
b44fe10e22 Update AUTHORS.rst 2013-07-30 17:04:37 +02:00
Daniel Greenfeld
466ae1d5b7 Merge pull request #358 from powersurge360/actions-selection-counter
Actions selection counter
2013-07-30 08:04:05 -07:00
Kevin Diale
eb204104bd Added some tests. 2013-07-30 10:05:57 -04:00
Kevin Diale
6ff47746df Added in actions_selection_counter, will add tests/polish next commit. 2013-07-29 14:48:05 -04:00
the5fire
e8c5e9ec52 add admin model list pagination template 2013-07-28 11:19:05 +08:00
the5fire
ee0c1b0031 fix list_per_page can't enable in model list view 2013-07-28 10:26:08 +08:00
Andrews Medina
b7b0d9ba8c added docs about AdminView. 2013-07-27 01:59:48 -03:00
Andrews Medina
3c7fc0fc0e Merge branch 'develop' into admin_view
Conflicts:
	djadmin2/types.py
2013-07-26 17:55:55 -03:00
Andrews Medina
26ba68115f Using six to set the ModelAdminBase2 metaclass. 2013-07-26 17:41:58 -03:00
Daniel Greenfeld
1b7b803b1b Update README.rst 2013-07-25 22:36:02 +02:00
Daniel Greenfeld
0210ea8f07 Adding Kenneth Love to authors. 2013-07-22 00:44:15 +02:00
Daniel Greenfeld
45b7aea7f6 Merge pull request #351 from douglasmiranda/fix-issue-348
fix: issue #348
2013-07-21 15:42:50 -07:00
Daniel Greenfeld
5f76d84e72 Merge pull request #349 from brack3t/feature/history
Feature/history - Merging anyway. I'll pull out the auth link tomorrow.
2013-07-21 15:42:30 -07:00
Douglas Miranda
ac0f5da4f6 fix: issue #348
Adding djadmin2.themes.djadmin2theme_default on INSTALLED_APPS.
2013-07-21 17:31:11 -04:00
Daniel Greenfeld
be1080c43d Work on contributing and the FAQ 2013-07-21 13:26:03 +02:00
Chris Jones
4959a095c4 fix merge error. 2013-07-18 17:44:19 -07:00
Kenneth Love
3844a952c0 merge 2013-07-18 17:41:33 -07:00
Kenneth Love
738e3a9dd8 template changes 2013-07-18 17:40:54 -07:00
Chris Jones
e7f8170237 Ooooooooo pretty. 2013-07-18 17:33:19 -07:00
Kenneth Love
af11cb012e Merge branch 'fix-history' of github.com:brack3t/django-admin2 into fix-history 2013-07-18 17:31:11 -07:00