Gregor Müllegger
|
cd625a6046
|
Fixing a bug that was introduced during rebasing.
|
2013-05-19 14:26:10 +02:00 |
|
Gregor Müllegger
|
dc0ecdfe0c
|
Adding a link to the API from the admin frontend.
|
2013-05-19 14:23:19 +02:00 |
|
Gregor Müllegger
|
0da7584e99
|
We don't need detail pages for apps in the API.
|
2013-05-19 14:23:18 +02:00 |
|
Gregor Müllegger
|
fe140bbf39
|
Integrating the new app registry so that the API can generate a nice index page.
|
2013-05-19 14:23:18 +02:00 |
|
Gregor Müllegger
|
4e03b7ce16
|
Fixing called function for API index view kwargs.
|
2013-05-19 14:23:18 +02:00 |
|
Gregor Müllegger
|
bc899a9389
|
Adding support for pagination.
|
2013-05-19 14:23:18 +02:00 |
|
Gregor Müllegger
|
8ea3b97786
|
Using django's TestCase and instead of the one from unittest.
|
2013-05-19 14:23:18 +02:00 |
|
Gregor Müllegger
|
631727d0f0
|
Tests for the API index view.
|
2013-05-19 14:23:18 +02:00 |
|
Gregor Müllegger
|
09dd2095e3
|
Fixing names for views beeing more consistent and tests for API views.
|
2013-05-19 14:22:50 +02:00 |
|
Gregor Müllegger
|
73a41f5632
|
Fixing tests for API.
|
2013-05-19 14:22:18 +02:00 |
|
Gregor Müllegger
|
68d6b96f84
|
Adding an index resource for the API.
|
2013-05-19 14:21:57 +02:00 |
|
Gregor Müllegger
|
a16faccade
|
Hyperlinking the API.
|
2013-05-19 14:21:21 +02:00 |
|
Gregor Müllegger
|
c7014282dc
|
Renaming 'api-index' view to 'api-list' makes more sense, since the index will be a list of all available models.
|
2013-05-19 14:21:21 +02:00 |
|
Gregor Müllegger
|
58e5f7b54c
|
Using admin views mixin for API views.
|
2013-05-19 14:21:03 +02:00 |
|
Gregor Müllegger
|
dae15811ee
|
Fixing urls.
|
2013-05-19 14:21:02 +02:00 |
|
Gregor Müllegger
|
0e559347d3
|
Versioning the API.
|
2013-05-19 14:20:18 +02:00 |
|
Gregor Müllegger
|
8e2aebcc09
|
Renaming a few things to make more sense and to stick to conventions.
|
2013-05-19 14:19:57 +02:00 |
|
Gregor Müllegger
|
d5330e14f6
|
Adding a detail based view.
|
2013-05-19 14:19:57 +02:00 |
|
Gregor Müllegger
|
f0c86f10b1
|
Adding first prototype of a List/Create API view.
|
2013-05-19 14:19:28 +02:00 |
|
Gregor Müllegger
|
7754cae894
|
Fixing tests for API urls.
|
2013-05-19 14:17:06 +02:00 |
|
Gregor Müllegger
|
9db48cf0d9
|
Adding a detail based view.
|
2013-05-19 14:17:06 +02:00 |
|
Gregor Müllegger
|
2ad1fce536
|
Adding first prototype of a List/Create API view.
|
2013-05-19 14:16:15 +02:00 |
|
Audrey Roy
|
e50f26947b
|
Change model from index. Stub for Add. Close #81.
|
2013-05-19 14:06:27 +02:00 |
|
Audrey Roy
|
547fb77c24
|
Stub out more UI parts for #81
|
2013-05-19 13:29:28 +02:00 |
|
Audrey Roy
|
1231048281
|
Better index view. First part of #81
|
2013-05-19 13:03:25 +02:00 |
|
Daniel Greenfeld
|
5fee2dd76b
|
Merge branch 'master' of github.com:pydanny/django-admin2
|
2013-05-19 12:10:20 +02:00 |
|
Daniel Greenfeld
|
25f3e598f3
|
Added self.apps in the registration method of core.Admin2 #81
|
2013-05-19 12:09:12 +02:00 |
|
Peter Inglesby
|
36b502f7c7
|
Remove spurious print statement
|
2013-05-19 10:39:32 +02:00 |
|
Daniel Greenfeld
|
950b68bd75
|
version bump
|
2013-05-19 10:28:37 +02:00 |
|
Daniel Greenfeld
|
403733e1d4
|
merge in @inglesp
|
2013-05-19 10:20:09 +02:00 |
|
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
|
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 |
|
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
|
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
|
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 |
|
Audrey Roy
|
74c86f9c3b
|
Partial checkin of #61
|
2013-05-18 18:16:25 +02:00 |
|
Daniel Greenfeld
|
55673a8649
|
Merge
|
2013-05-18 18:04:40 +02:00 |
|
Audrey Roy
|
a99952375c
|
Display model name in template
|
2013-05-18 17:52:53 +02:00 |
|