Kamil Gałuszka
|
c59a19f336
|
feat: upgrade Django and Python to supported versions
|
2020-11-21 22:16:43 +06:00 |
|
Asif Saifuddin Auvi
|
cce430242c
|
fix pep8 errors
|
2018-05-10 23:15:01 +06:00 |
|
arthur
|
23f7f9479a
|
create a djadmin2_site in djadmin2/site.py to make it work in django 1.9
|
2016-05-08 01:29:17 +02:00 |
|
Douglas Miranda
|
cd65542d03
|
moving the unpublish_* actions to the right place ( issue #277 )
|
2013-09-26 23:42:42 -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
|
7806053516
|
Using on the blog app the new "app verbose name feature".
|
2013-08-05 03:37:51 -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
|
9e29500f5c
|
Pretty simple tests for this one.
|
2013-08-01 18:16:59 -04:00 |
|
Kevin Diale
|
1aa4ee36d6
|
Implemented ordering, tests in the next commit.
|
2013-08-01 12:00:03 -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 |
|
Kevin Diale
|
eb204104bd
|
Added some tests.
|
2013-07-30 10:05:57 -04:00 |
|
Ludvig Wadenstein
|
3cc592a906
|
Inlines separated into stacked and tabular
|
2013-07-18 15:02:07 +02:00 |
|
Daniel Greenfeld
|
da6ff9f3ce
|
Tweaks to make #308 work
|
2013-07-08 19:14:19 +02:00 |
|
Danilo Bargen
|
4977f269b5
|
Implemented actions_on_top and actions_on_bottom (fixes #267, #268)
|
2013-07-07 16:46:59 +02:00 |
|
Daniel Greenfeld
|
47df410c07
|
merge
|
2013-07-07 16:13:48 +02:00 |
|
Daniel Greenfeld
|
96cde5cc94
|
example admin2 file cleanup
|
2013-07-07 15:43:43 +02:00 |
|
Danilo Bargen
|
043787ea45
|
Fixed bug caused by rebase
|
2013-07-07 15:10:57 +02:00 |
|
Danilo Bargen
|
6e42b9459d
|
Blog example app tests
|
2013-07-07 15:08:41 +02:00 |
|
Danilo Bargen
|
1b7382526f
|
Automatically choose best renderer by default
|
2013-07-07 15:08:07 +02:00 |
|
Danilo Bargen
|
78b063a586
|
Added sample configuration to example app
|
2013-07-07 15:08:07 +02:00 |
|
Daniel Greenfeld
|
4d5b170e10
|
merge
|
2013-07-07 11:48:56 +02:00 |
|
bootandy
|
e57f821ce1
|
fix string filters
|
2013-07-07 11:34:06 +02:00 |
|
NotSqrt
|
8935395534
|
work on i18n : add comments for translators, french translation to check the result
|
2013-07-07 11:00:49 +02:00 |
|
Daniel Greenfeld
|
038313c81c
|
merge
|
2013-07-06 18:33:44 +02:00 |
|
Michal Kuffa
|
04bb629a42
|
Removed unused imports
|
2013-07-06 16:47:52 +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 |
|
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
|
e199b13c3c
|
search_fields test cases
|
2013-06-06 16:25:36 -05:00 |
|
Wade Austin
|
858d39e5f4
|
Added search_fields to admin and admin2 class for the example project
|
2013-06-06 12:51:44 -05:00 |
|
Daniel Greenfeld
|
7827bf0003
|
fixes #159 and lays the ground for more things
|
2013-06-01 18:02:01 +02:00 |
|
Daniel Greenfeld
|
1195f38b84
|
More work on admin
|
2013-05-31 17:38:34 +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
|
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 |
|
Gregor Müllegger
|
494b999922
|
Fixed #138 -- UserCreateForm and UserUpdateForm get floppified.
|
2013-05-23 20:16:19 +02:00 |
|
Andrew Ingram
|
a1ce27d4c2
|
Improve the rendering of inline form sets
|
2013-05-22 01:06:25 +01:00 |
|
Andrew Ingram
|
c625a80eaa
|
Merge remote-tracking branch 'origin/master' into inline-formsets
Conflicts:
djadmin2/templates/admin2/bootstrap/model_edit_form.html
|
2013-05-19 19:17:51 +01:00 |
|
Gregor Müllegger
|
e745291445
|
Fixing issue that permissions cannot be hyperlinked from users and group API resource.
|
2013-05-19 15:32:51 +02:00 |
|
Gregor Müllegger
|
68d6b96f84
|
Adding an index resource for the API.
|
2013-05-19 14:21:57 +02:00 |
|
Andrew Ingram
|
2e772ce8a3
|
Basic support for inline form sets
|
2013-05-19 11:21:25 +02:00 |
|
Daniel Greenfeld
|
28b6a0f72a
|
pep8 of code
|
2013-05-19 10:09:12 +02:00 |
|
Andrew Ingram
|
24bfdab8a6
|
custom form class support
Also sets framework for adding kwargs to any admin2 view
|
2013-05-18 16:59:06 +02:00 |
|
Andrew Ingram
|
88418efc7b
|
Added django admin style registration (for now)
Big changes to how things are structured, ModelAdmin2 handles its views and urls
|
2013-05-18 15:43:44 +02:00 |
|
Raphael Kimmig
|
f756b16ce8
|
use relative imports in example
|
2013-05-18 13:12:12 +02:00 |
|
Daniel Greenfeld
|
7773816c07
|
getting the views to work
|
2013-05-18 12:57:01 +02:00 |
|