Michal Kuffa
0862210d4d
Added id to list_filters container
2013-07-06 16:47:11 +02:00
Michal Kuffa
6bd314631b
add docs to our custom widgets and default mapping, just to not formatting
2013-07-06 16:27:55 +02:00
Michal Kuffa
d433013fcc
Merge remote-tracking branch 'upstream/develop' into list_filter
...
Conflicts:
djadmin2/views.py
2013-07-06 16:22:14 +02:00
Michal Kuffa
4522e65ce6
Added list_filter block
2013-07-06 16:07:43 +02:00
Michal Kuffa
21e18f9adc
Added djadmin2.filters module.
...
This module is handling list filter creation by inspecting the model of
supplied queryset. Contains default mapping for field type filters to
our custom form widgets that are rendering links instead of inputs.
2013-07-06 15:59:55 +02:00
Michal Kuffa
d41a70143e
build_list_filter method added to ModelListView. This method take care of ModelAdmin2.Meta.list_filter option
2013-07-06 15:47:09 +02:00
Daniel Greenfeld
819f8cd677
merge
2013-07-06 15:42:25 +02:00
Daniel Greenfeld
e7d4ef4fbc
Merge pull request #258 from dbrgn/i18n
...
Translation Stuff
2013-07-06 06:34:11 -07:00
Danilo Bargen
673a3027dd
Added Italian translation file
2013-07-06 15:27:19 +02:00
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