Tim Gates
41aec317e1
docs: Fix a few typos
...
There are small typos in:
- djadmin2/actions.py
- djadmin2/views.py
- docs/ref/actions.rst
- docs/ref/meta.rst
- docs/ref/permissions.rst
- example/blog/tests/test_views.py
Fixes:
- Should read `separated` rather than `seperated`.
- Should read `response` rather than `reponse`.
- Should read `objects` rather than `obejcts`.
- Should read `modifying` rather than `modifing`.
- Should read `limited` rather than `limitted`.
- Should read `explicitly` rather than `explicityly`.
- Should read `execute` rather than `exectue`.
- Should read `embarrassing` rather than `embarressing`.
- Should read `denied` rather than `diened`.
Signed-off-by: Tim Gates <tim.gates@iress.com>
2022-08-02 21:47:15 +10:00
Asif Saif Uddin
78112a85bd
remove python 2 style super call and explicit object inheritance
2021-10-17 17:09:23 +06:00
Kamil Gałuszka
c59a19f336
feat: upgrade Django and Python to supported versions
2020-11-21 22:16:43 +06:00
Asif Saif Uddin
bdfcc5a65b
revert
2018-10-23 18:27:41 +06:00
Asif Saif Uddin
18c8c95443
class based Login and logout views
2018-10-23 18:27:41 +06:00
Asif Saif Uddin (Auvi)
2473fa3069
fix deprecation warnings ( #463 )
...
* fix deprecation warning
* fix deprecation warning
* fix deprecation warning of django filter
* fix deprecation warning of django filter widget
* undo widget
* fixed field_name deprecation warning
* fixed pagination error
* fixed pagination error
2018-09-17 13:58:30 +06:00
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