Daniel Greenfeld
b26766deeb
Add Michal Kuffa to authors.
2013-07-06 18:24:10 +02:00
Daniel Greenfeld
9a8a836141
PEP-8 of filters
2013-07-06 18:26:29 +02:00
Daniel Greenfeld
115c7f9a09
Merge branch 'list_filter' of git://github.com/beezz/django-admin2 into beezz-list_filter
2013-07-06 17:59:21 +02:00
Michal Kuffa
261322e9a6
Added django-filters to requirements
2013-07-06 17:45:47 +02:00
Michal Kuffa
075f887837
Added basic test for list_filter feature
2013-07-06 17:39:36 +02:00
Michal Kuffa
229db4ff86
minor bugfix
2013-07-06 17:38:49 +02:00
Daniel Greenfeld
ac2ce6e647
fix indentation issues
2013-07-06 17:35:58 +02:00
Daniel Greenfeld
5b33fcde51
Merge branch 'develop' of github.com:twoscoops/django-admin2 into develop
2013-07-06 17:34:54 +02:00
Daniel Greenfeld
16842e8e33
Merge pull request #275 from Eleonore9/for-pull-requests
...
code style changes
2013-07-06 08:14:43 -07:00
Eleonore9
2a462e6846
code style changes
2013-07-06 17:08:03 +02:00
Michal Kuffa
aefd7d8df0
Added simple test for presence of list_filter container
2013-07-06 16:48:42 +02:00
Michal Kuffa
04bb629a42
Removed unused imports
2013-07-06 16:47:52 +02:00
Michal Kuffa
0862210d4d
Added id to list_filters container
2013-07-06 16:47:11 +02:00
Daniel Greenfeld
596af4a085
Merge branch 'develop' of github.com:twoscoops/django-admin2 into develop
2013-07-06 16:40:10 +02:00
Daniel Greenfeld
847d0ee78f
Add an action_name context variable to model form views
2013-07-06 16:39:42 +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
Daniel Greenfeld
8c399fadf8
merge in stuff
2013-07-06 16:27:08 +02:00
Daniel Greenfeld
a1a94676a4
Update AUTHORS.rst
2013-07-06 16:26:45 +02:00
Daniel Greenfeld
2dcc816e29
Merge branch 'for-pull-requests' of git://github.com/Eleonore9/django-admin2 into Eleonore9-for-pull-requests
2013-07-06 16:22:23 +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
Daniel Greenfeld
3435331d60
Merge branch 'develop' of github.com:twoscoops/django-admin2 into develop
2013-07-06 16:21:10 +02:00
Daniel Greenfeld
03acbe0486
Merge branch 'template_rename2' of git://github.com/bootandy/django-admin2 into bootandy-template_rename2
2013-07-06 16:19:12 +02:00
Michal Kuffa
473ea98f98
Added list_filter attribute to contrib's admin, admin2 definition of Post, Comment model admin.
2013-07-06 16:09:03 +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
bootandy
a8cf4554ad
more example template admin2 reference to djadmin2
2013-07-06 15:56:46 +02:00
Daniel Greenfeld
b94143ca9d
Merge pull request #262 from NotSqrt/i18n-doc
...
doc on internationalization 😳
2013-07-06 06:52:52 -07:00
Eleonore9
5b4dba559a
Tests for example2/models.py
2013-07-06 15:48:42 +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
NotSqrt
61ce055e70
doc on internationalization
2013-07-06 15:43:56 +02:00
Daniel Greenfeld
819f8cd677
merge
2013-07-06 15:42:25 +02:00
Daniel Greenfeld
c141efbb45
Merge pull request #259 from dbrgn/translators
...
Added translators to AUTHORS 🔨
2013-07-06 06:40:40 -07:00
Danilo Bargen
09201f8fba
Added translators to AUTHORS
2013-07-06 15:39:27 +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
Daniel Greenfeld
6af02f4489
Update AUTHORS.rst
2013-07-06 15:20:49 +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
4288b2568d
Adding Andy Boot to authors
...
POW! 😉
2013-07-06 15:06:18 +02:00
Daniel Greenfeld
483386635d
Slight tweak to the built-in-views
2013-07-06 15:06:27 +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
Daniel Greenfeld
32bcce562e
Merge pull request #254 from ifosch/test-improvements
...
Actions test isolated
2013-07-06 05:56:50 -07: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
Daniel Greenfeld
f61c6648ea
Merge pull request #253 from dbrgn/rtd
...
Read the docs
2013-07-06 05:09:16 -07:00