Asif Saifuddin Auvi
27421081d4
fixed reverse reverse_lazy import errors
2018-05-11 01:23:23 +06:00
arthur
49523a3ae8
Update session hach only if user is logged user
2016-05-22 11:45:08 +02:00
arthur
23ea5d6065
Fix update password view
2016-05-22 11:10:33 +02:00
arthur
702b3cd611
Fix flake8
2016-05-22 10:52:43 +02:00
arthur
39d02f4190
Fix no logout on update password for current user
2016-05-22 10:49:09 +02:00
arthur
babe7a70c7
Optimise imports
2016-05-08 01:31:16 +02:00
arthur
f223b85422
Rename AdminModel2Mixin to Admin2ModelMixin
2016-05-08 00:25:12 +02:00
arthur
f3ff443373
Fix flake8 errors
2016-05-07 22:59:15 +02:00
arthur
77fd9401bb
Add field_name attribute for build_date_filter
2016-05-07 21:09:58 +02:00
arthur
3fbc396fa2
Fix slice has been taken issue on _format_days, _format_months and _format_years
2016-05-07 21:07:51 +02:00
Koding
a51eb82f6b
Fix some Django 1.8 compatibility issues.
2015-03-21 16:26:12 +00:00
Kamil Gałuszka
cde4de20c8
fixes to review by @andrewsmedina #403
2015-01-08 08:41:41 +01:00
Kamil Gałuszka
a20c98d6d4
fixing next py3 problems... only 57 failing tests left.
2014-10-10 22:19:04 -05:00
Kamil Gałuszka
b341d763f0
many fixes to django-admin2 with py3
...
and django 1.7 compatybility
2014-10-10 22:19:02 -05:00
Douglas Miranda
ff721a2ef6
Adding View Descriptions for "registry" and "app_verbose_names".
2013-09-24 03:27:38 -04:00
Daniel Greenfeld
33b83ead5f
Merge pull request #366 from douglasmiranda/implementing-app-verbose-name
...
Implementing "app verbose name"
2013-08-13 16:51:09 -07:00
Douglas Miranda
7f830c8aeb
Registering and making the app verbose names accessible into the views.
2013-08-05 03:35:03 -04:00
Kevin Diale
35cb0bcc75
"only_selected" flag exists to specify whether it should affect the
...
whole queryset or just those that are selected.
2013-08-02 13:58:57 -04:00
Kevin Diale
1aa4ee36d6
Implemented ordering, tests in the next commit.
2013-08-01 12:00:03 -04:00
Kevin Diale
03261fa461
Should be ready to go!
2013-07-31 17:43:05 -04:00
Kevin Diale
bab18c97c1
Interface is most of the way there.
2013-07-31 14:58:08 -04:00
Kevin Diale
966e549ace
Basic interface done.
2013-07-31 12:57:48 -04:00
Kevin Diale
29eaa661d5
Drilling down works on a functional level. Gotta set up interface and
...
tests.
On a related note, TAKE THAT DJANGO FILTERS.
2013-07-30 16:28:24 -04:00
Andrews Medina
3c7fc0fc0e
Merge branch 'develop' into admin_view
...
Conflicts:
djadmin2/types.py
2013-07-26 17:55:55 -03:00
Chris Jones
69f2a357f8
Why don't you PEP your 8! Add in change messages.
2013-07-18 17:23:48 -07:00
Chris Jones
ee1c90cd9f
Working model history view.
2013-07-18 16:51:16 -07:00
Chris Jones
d62b612583
nevermind.
2013-07-18 16:38:00 -07:00
Chris Jones
f7ef575709
Should be a detail view.
2013-07-18 16:37:18 -07:00
Chris Jones
82d9e7ae65
PEP8 love.
2013-07-18 16:36:31 -07:00
Chris Jones
ae39a26e13
Use model properties for action ints.
2013-07-18 15:58:31 -07:00
Kenneth Love
598b0a704f
basics for recording history
2013-07-18 13:59:08 -07:00
Chris Jones
fb0e73a37e
PEP8
2013-07-18 13:04:47 -07:00
bootandy
06c2e81392
allow sort by field
2013-07-07 16:48:21 +02:00
Daniel Greenfeld
47df410c07
merge
2013-07-07 16:13:48 +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
Daniel Greenfeld
847d0ee78f
Add an action_name context variable to model form views
2013-07-06 16:39:42 +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
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
bootandy
679a997f80
update docs - context variables
2013-07-06 14:40:49 +02:00
NotSqrt
5ab4f33b6a
check i18n completeness
2013-07-06 13:33:52 +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
Andrews Medina
bacf9b66cb
implemented AdminView.get_view_kwargs method.
2013-06-26 23:22:52 -03:00
Andrews Medina
330cafa309
added name argument in AdminView.
2013-06-22 01:30:09 -03:00
Andrews Medina
7a0f29f2c6
added AdminView.
2013-06-21 00:05:23 -03: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
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
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
1195f38b84
More work on admin
2013-05-31 17:38:34 +02:00