Daniel Greenfeld
aecb2ba879
Docs and mixins cleanup
2013-05-19 10:15:50 +02:00
Daniel Greenfeld
28b6a0f72a
pep8 of code
2013-05-19 10:09:12 +02:00
Daniel Greenfeld
00dd966b75
Merge branch 'more-example-tests' of git://github.com/RaphaelKimmig/django-admin2 into RaphaelKimmig-more-example-tests
2013-05-19 10:05:25 +02:00
Daniel Greenfeld
a076cca859
Merge pull request #64 from audreyr/list-view-frontend-work
...
List view frontend work
2013-05-19 01:03:51 -07:00
Daniel Greenfeld
701304224e
Merge branch 'master' of github.com:pydanny/django-admin2
2013-05-19 10:02:17 +02:00
Daniel Greenfeld
774b49ed9f
merge
2013-05-19 10:01:50 +02:00
Raphael Kimmig
fcdaa9c9fc
add more tests for the example app
2013-05-19 09:59:28 +02:00
Daniel Greenfeld
0fd10cdbb9
Merge pull request #66 from RaphaelKimmig/add-admin2-core-documentation
...
add some docstrings to core.Admin2
2013-05-19 00:58:44 -07:00
Daniel Greenfeld
1e6441dca9
Merge pull request #68 from RaphaelKimmig/update-readme-rst
...
update readme to reflect implementation
2013-05-19 00:54:48 -07:00
Daniel Greenfeld
29fc882c4b
merge from @rivo
2013-05-19 09:53:37 +02:00
Daniel Greenfeld
e963553361
merge in from @AndrewIngram for #58
2013-05-19 09:47:42 +02:00
Audrey Roy
3722523f0d
Merge remote-tracking branch 'upstream/master' into list-view-frontend-work
2013-05-19 09:38:37 +02:00
Raphael Kimmig
1818cbe553
fix typos in core docstrings
2013-05-18 23:32:17 +02:00
Raphael Kimmig
684b167d11
Add missing word to Admin2 docstring.
2013-05-18 22:40:35 +02:00
Raphael Kimmig
f652fd65e5
update readme to reflect implementation
2013-05-18 22:10:49 +02:00
Raphael Kimmig
a45f586e7f
add some docstrings to core.Admin2
2013-05-18 21:45:43 +02:00
Audrey Roy
9e647ae4ee
More of #61
2013-05-18 18:37:20 +02:00
Daniel Greenfeld
6c1a0646fc
Merge branch 'admin-core-tests' of git://github.com/inglesp/django-admin2 into inglesp-admin-core-tests
2013-05-18 18:34:31 +02:00
Daniel Greenfeld
e48641cde9
Index work
2013-05-18 18:33:43 +02:00
Peter Inglesby
5223c188c3
Add tests to core
2013-05-18 18:28:31 +02:00
Audrey Roy
0938f570c1
Display model count/name at bottom
2013-05-18 18:25:36 +02:00
Daniel Greenfeld
f5f94c352c
remove confusing comments
2013-05-18 18:24:41 +02:00
Audrey Roy
74c86f9c3b
Partial checkin of #61
2013-05-18 18:16:25 +02:00
Daniel Greenfeld
5fb94b69be
Document fixing
2013-05-18 18:09:59 +02:00
Daniel Greenfeld
aa89b351b9
Update CONTRIBUTORS.txt
2013-05-18 18:07:02 +02:00
Daniel Greenfeld
55673a8649
Merge
2013-05-18 18:04:40 +02:00
Daniel Greenfeld
869a6a82d6
Merge pull request #59 from audreyr/list-view-model-name
...
Display model name in template
2013-05-18 08:54:51 -07:00
Audrey Roy
a99952375c
Display model name in template
2013-05-18 17:52:53 +02:00
Rivo Laks
bea52a38df
Merge remote-tracking branch 'upstream/master' into permissions
...
Some cleanup as well.
2013-05-18 17:50:07 +02:00
Rivo Laks
e7861323ca
Integrate permissions into views
...
Views now ensure that the user has corresponding permissions.
Also, action buttons, e.g. Add, are shown only when the user can actually do that.
2013-05-18 17:44:56 +02:00
Daniel Greenfeld
191d4d2ff1
Merge pull request #54 from ludw/master
...
runtests.py did not include #!
2013-05-18 08:39:08 -07:00
Daniel Greenfeld
80512305e4
Merge pull request #57 from AndrewIngram/custom-form-classes
...
Custom form classes
2013-05-18 08:23:22 -07:00
Andrew Ingram
6cbf712548
Fix the errors caused by me deleting utils.py
...
I'm a bad person.
2013-05-18 17:20:49 +02:00
Ludvig Wadenstein
dd38701d30
runtests.py can now be executed directly
2013-05-18 17:10:17 +02:00
Andrew Ingram
4c021c4979
remove some lines that are currently unused
2013-05-18 17:09:44 +02:00
Andrew Ingram
63f5cbaa18
fixes modeladmin kwarg not working
2013-05-18 17:08:03 +02:00
Andrew Ingram
1fad491359
Merge remote-tracking branch 'origin/master' into custom-form-classes
2013-05-18 17:05:20 +02:00
Andrew Ingram
24bfdab8a6
custom form class support
...
Also sets framework for adding kwargs to any admin2 view
2013-05-18 16:59:06 +02:00
Rivo Laks
779c0f3d25
Merge remote-tracking branch 'upstream/master' into permissions
2013-05-18 16:58:51 +02:00
Daniel Greenfeld
bc75454b3a
Merge pull request #53 from gregmuellegger/setuppy-fix
...
Fixing setup.py if django is not installed.
2013-05-18 07:57:52 -07:00
Daniel Greenfeld
705110d20a
Merge pull request #52 from audreyr/template-fixes
...
Fix incorrect templates being extended.
2013-05-18 07:57:28 -07:00
Daniel Greenfeld
bef21e0129
Merge branch 'issue44' of git://github.com/inglesp/django-admin2 into inglesp-issue44
2013-05-18 16:56:24 +02:00
Audrey Roy
e3836ca986
Fix incorrect template being extended.
2013-05-18 16:53:17 +02:00
Gregor Müllegger
06aa019898
Fixing setup.py if django is not installed.
...
djadmin2 must not be imported in setup.py because this triggers an import of
django and other dependencies which will obviously fail if they are not
installed.
2013-05-18 16:50:02 +02:00
Peter Inglesby
4bd0e90fd1
Refactor views to use new Admin2Mixin
2013-05-18 16:40:18 +02:00
Daniel Greenfeld
7e0e1ee060
merge
2013-05-18 16:32:22 +02:00
Daniel Greenfeld
4de96d2110
Merge pull request #49 from gregmuellegger/travis-ci
...
Implementing Travis CI integration.
2013-05-18 07:28:10 -07:00
Daniel Greenfeld
ef4b3e1318
merge
2013-05-18 16:27:45 +02:00
Rivo Laks
d8a82edc27
Merge remote-tracking branch 'upstream/master' into permissions
...
Conflicts:
djadmin2/models.py
2013-05-18 16:22:53 +02:00
Gregor Müllegger
f761b7137d
Adding Gregor Müllegger to the CONTRIBUTORS file.
2013-05-18 16:20:45 +02:00