Daniel Greenfeld
|
972968b5b1
|
Move towards internal consistency of URL name definitions
|
2013-06-01 13:48:53 +02:00 |
|
Gregor Müllegger
|
c0a3df680c
|
Fix permission denied errors for API views.
|
2013-05-29 10:47:45 +02:00 |
|
Daniel Greenfeld
|
d8409a2070
|
For #134, this moves many independant functions to the utils module and begins conversion of naked ._meta use to using the utils.model_options wrapper
|
2013-05-23 19:46:03 +02:00 |
|
Daniel Greenfeld
|
af96990275
|
Move mixins to their own directory so the apiviews aren't directly importing from views
|
2013-05-22 18:40:53 +02:00 |
|
Raphael Kimmig
|
973ec97b2e
|
Merge remote-tracking branch 'upstream/master' into rename-modeladmin-model_admin
Conflicts:
djadmin2/core.py
djadmin2/templates/admin2/bootstrap/index.html
djadmin2/views.py
|
2013-05-19 15:45:24 +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
|
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
|
58e5f7b54c
|
Using admin views mixin for API views.
|
2013-05-19 14:21:03 +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
|
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 |
|