bootandy
9f449a6b66
moving templates to djadmin
2013-07-06 15:23:08 +02:00
Danilo Bargen
ee4dfb4ac6
Added Català translation
2013-07-06 15:19:22 +02:00
bootandy
1ef08cc20f
first itteration
2013-07-06 15:18:01 +02:00
Daniel Greenfeld
f128b23643
Merge branch 'docs' of git://github.com/bootandy/django-admin2 into bootandy-docs
2013-07-06 15:02:35 +02:00
Danilo Bargen
3c44a8b930
Changed inconsistent use of "login/logout"
2013-07-06 15:02:33 +02:00
Danilo Bargen
2842699b71
Added German and Spanish translation files
2013-07-06 14:54:21 +02:00
Danilo Bargen
a6d407b887
Fixes in language files
2013-07-06 14:46:15 +02:00
bootandy
679a997f80
update docs - context variables
2013-07-06 14:40:49 +02:00
Ignasi Fosch
260cabcddf
Actions tests included in runtest.py execution
2013-07-06 14:22:38 +02:00
Ignasi Fosch
550c6b684b
Moving action tests to another file
2013-07-06 14:17:54 +02:00
NotSqrt
5889c5d849
i18n : fixes for tests -> use string interpolation, not positional interpolation
2013-07-06 13:33:52 +02:00
NotSqrt
187773979b
add default english translation, add french translation
2013-07-06 13:33:52 +02:00
NotSqrt
5ab4f33b6a
check i18n completeness
2013-07-06 13:33:52 +02:00
Daniel Greenfeld
cf77eb0ec5
Merge branch 'iss236' of git://github.com/dbrgn/django-admin2 into develop
2013-07-06 12:07:54 +02:00
Danilo Bargen
ce5566be82
Show verbose column name in list view ( fixes #236 )
2013-07-06 11:53:46 +02:00
Daniel Greenfeld
fa94f81e7f
Merge
2013-07-06 11:36:42 +02:00
Danilo Bargen
3e31974b39
Added model_attr_verbose_name template filter.
...
Renamed the model_field_verbose_name to model_attr_verbose_name in
order to handle both fields and methods.
2013-07-06 11:32:57 +02:00
Danilo Bargen
6331b94a81
Added model_method_verbose_name util function
2013-07-06 11:32:57 +02:00
Danilo Bargen
56b26fb190
Added new template filter: model_field_verbose_name
2013-07-06 11:32:57 +02:00
Danilo Bargen
39aaacccb6
PEP8
2013-07-06 09:37:25 +02:00
Daniel Greenfeld
b580ba7f41
work on prep for #220
2013-07-04 14:07:32 +02:00
Daniel Greenfeld
00af2cfbac
prep for release 0.4.0
2013-06-30 11:38:39 +02:00
Douglas Miranda
1aa9a02957
add a basic style for login form
2013-06-24 23:49:55 -04:00
Ethan Soergel
b0ff9abf5f
converted indentation to two spaces in templates
2013-06-24 11:25:42 -04:00
Douglas Miranda
d008b3e842
fix: issue #199 static jQuery version and add jQuery fallback
2013-06-18 21:30:16 -04:00
d1ffuz0r
256efa679e
#154 changed fbc action views behavior to cbv. added breadcrumbs to actions with multiple items
2013-06-17 11:56:37 +07:00
Andrews Medina
27544d5a51
Added more tests for get_attr templatetag.
2013-06-12 17:08:21 -03:00
Douglas Miranda
2ccb399c11
fix navbar and breadcrumb on the login page - issue #196
2013-06-10 02:02:10 -04: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
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
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
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
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
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
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
Daniel Greenfeld
87d38f0619
for #161 we now support both functions and classes for list actions
2013-06-04 20:18:45 +02:00
Daniel Greenfeld
aaad5636fa
Got actions where we want them. #161
2013-06-04 19:24:09 +02:00
Daniel Greenfeld
2be7320425
more cleanup for #161 , this includes some documentation
2013-06-04 19:16:25 +02:00
Daniel Greenfeld
1c503be2d8
correcting issue with action permissions #161
2013-06-04 19:12:21 +02:00
Daniel Greenfeld
9d6cbe3094
Making permissions easier to manage
2013-06-04 19:03:40 +02:00
Daniel Greenfeld
39a4d01706
Test fixes
2013-06-04 11:35:47 +02:00
Daniel Greenfeld
b7feb5f284
Merge branch 'drop_down_fires_nothing_selected' of git://github.com/waustin/django-admin2 into waustin-drop_down_fires_nothing_selected
2013-06-04 11:21:07 +02:00
Wade Austin
4b8b8d8b47
Fix for Issue #178
...
If an action is selected and no objects are selected the message "Items must be selected in order to perform actions on them. No items have been changed." is displayed instead of the user being sent to Action confirmation screen.
2013-06-03 21:09:41 -05:00
Daniel Greenfeld
45855f9b50
German to English 😉
2013-06-03 23:30:48 +02:00
Daniel Greenfeld
5be8972dac
Merge branch 'modellist-170' of git://github.com/ludw/django-admin2 into ludw-modellist-170
2013-06-03 23:26:42 +02:00
Audrey Roy
b3bb9dbf82
Merge pull request #177 from audreyr/develop
...
Merge in @paurosello's commit
2013-06-03 14:05:39 -07:00
Audrey Roy
03d5ed03f5
Fix merge conflict. Remove extrajs block.
2013-06-03 22:51:15 +02:00
Audrey Roy
cc6e8467c4
Rename constants module to settings
2013-06-03 22:44:16 +02:00
paurosello
b0a8594990
Trying to fix issue #173 .
...
Every block is finished with it's own name.
2013-06-03 22:28:41 +02:00
Daniel Greenfeld
d140086dd1
fixes #172
2013-06-03 20:46:17 +02:00
Ludvig Wadenstein
a802dfe8ae
Replaced actions select with button dropdown.
2013-06-02 20:58:27 +02:00
Ludvig Wadenstein
574037acfe
Chackbox column has apropriate width
2013-06-02 20:18:47 +02:00
Ludvig Wadenstein
c45a544a1d
List row links to update or read page based on permissions
2013-06-02 20:17:04 +02:00
Daniel Greenfeld
d52bc0fe15
Document actions
2013-06-01 19:23:15 +02:00
Daniel Greenfeld
7827bf0003
fixes #159 and lays the ground for more things
2013-06-01 18:02:01 +02:00
Daniel Greenfeld
972968b5b1
Move towards internal consistency of URL name definitions
2013-06-01 13:48:53 +02:00
Audrey Roy
d72d7e4deb
Fix error on create from this form.
2013-06-01 12:54:15 +02:00
Audrey Roy
f2c8480a2f
Merge pull request #167 from audreyr/develop
...
Document custom CSS better.
2013-06-01 03:36:36 -07:00
Audrey Roy
68c5f11b85
Document custom CSS better.
2013-06-01 12:35:49 +02:00
Audrey Roy
b389af9bb9
Add delete button to edit form as per issue #72 .
2013-05-31 22:21:04 +02:00
Daniel Greenfeld
f822eedae9
merge
2013-05-31 17:41:20 +02:00
Daniel Greenfeld
83689f37d6
merge
2013-05-31 17:40:25 +02:00
Daniel Greenfeld
1195f38b84
More work on admin
2013-05-31 17:38:34 +02:00
Daniel Greenfeld
0da6f453b7
For #161 , this removes the FBV and implements an easily extendible BaseListAction class
2013-05-31 16:47:25 +02:00
Daniel Greenfeld
1916f7cba4
Change list actions to be list_actions so their nature is more explicit
2013-05-31 15:37:55 +02:00
Gregor Müllegger
0690385b4c
Fixes #160 -- Marking a few missed strings as translatable.
2013-05-31 15:37:43 +02:00
Daniel Greenfeld
16c9b8c3ee
prep for v0.3.0
2013-05-31 10:21:02 +02:00
Daniel Greenfeld
be07421d44
Removed admins.py and placed calls to ModelAdmin2 from top namespace
2013-05-31 08:57:25 +02:00
Daniel Greenfeld
bf1657990a
replace django.contrib.admin introduced in last pull request with our own native form
2013-05-31 08:49:24 +02:00
Daniel Greenfeld
fd6c0a57b3
Added Roman Gladkov as a contributor, PEP8 and djadmin2 standards fixes
2013-05-31 08:36:09 +02:00
d1ffuz0r
db939ef753
fixed names
2013-05-31 08:25:45 +07:00
d1ffuz0r
8dd3cd4133
added tests
2013-05-31 08:21:43 +07:00
d1ffuz0r
b54c28afc1
deleted LoginRequiredMixin
2013-05-31 07:39:58 +07:00
d1ffuz0r
b8413f96e3
change password form dependent from user
2013-05-31 07:24:22 +07:00
d1ffuz0r
2b172fdcc2
merge from develop
2013-05-31 06:55:34 +07:00
d1ffuz0r
6c0978189a
login view
2013-05-31 06:20:39 +07:00
d1ffuz0r
17bc5acecf
use django-braces for login required views
2013-05-31 06:20:15 +07:00
d1ffuz0r
8ae0644fb9
#101 #103 added change password, logout views
2013-05-31 06:19:33 +07:00
Daniel Greenfeld
9acdf9e2f8
fixes #155 , which is moving models.py to types.py. Using admins.py as an alias for the old models.py module
2013-05-30 12:33:00 +02:00
Daniel Greenfeld
096267c674
New immutable object type that is properly frozen. Part of #155
2013-05-30 12:11:49 +02:00
Daniel Greenfeld
b2fb02b976
New immutable object type that is properly frozen. Part of #155
2013-05-30 12:11:19 +02:00
Daniel Greenfeld
30d1abe5d4
PEP-8 work
2013-05-30 11:35:58 +02:00
Ben Tappin
06302a7ed6
Tweak NestedObjects (and tests) comments.
2013-05-29 14:10:56 +01:00
Ben Tappin
f4f400734c
Use utils.model_options() in views and change utils import.
2013-05-29 14:09:26 +01:00
Ben Tappin
65de6f148f
Use utils.model_options().
2013-05-29 13:50:07 +01:00
Ben Tappin
11f193ffc9
UI improvements when deleting objects.
...
Shows nested child objects that will be deleted when deleting a single object or multiple objects.
Includes some hacky tests for NestedObjects in the example app.
2013-05-29 12:38:32 +01:00
Daniel Greenfeld
5fcccb6183
Remove print statement. Fixes #143
2013-05-29 12:17:08 +02:00
Gregor Müllegger
b54048c744
Re-wording the variable 'backend' based on @RaphaelKimmig's code review.
2013-05-29 11:00:59 +02:00
Gregor Müllegger
c0a3df680c
Fix permission denied errors for API views.
2013-05-29 10:47:45 +02:00
Gregor Müllegger
42d89a7585
Moving permission checking from AdminModel2Mixin to PermissionMixin were it belongs.
2013-05-29 10:47:45 +02:00
Gregor Müllegger
2771d160a7
Using new permission handling in templates.
2013-05-29 10:47:45 +02:00
Gregor Müllegger
8c88362197
Removing old permission handling.
2013-05-29 10:44:22 +02:00
Gregor Müllegger
d0635b79c3
Adding a IsSuperuserPermission class.
2013-05-29 10:44:22 +02:00
Gregor Müllegger
02a68faadd
Adding more information to the docstring of the template permission handler.
2013-05-29 10:44:22 +02:00
Gregor Müllegger
635bbca553
Adding |for_view filter to bind permissions for a view name.
2013-05-29 10:44:22 +02:00