Commit graph

17 commits

Author SHA1 Message Date
Asif Saif Uddin
951c7e5bcf
update python 3 (#477)
* update python 3

* modify django-filter to 2.4.0
2021-10-17 14:21:02 +06:00
Jannis Leidel
f5ee0d12c3
Fix for recent Django. 2021-03-09 13:14:40 +01:00
Kamil Gałuszka
c59a19f336 feat: upgrade Django and Python to supported versions 2020-11-21 22:16:43 +06:00
Asif Saif Uddin
7a754a3469 fixed missing imports 2018-10-23 13:38:37 +06:00
Asif Saif Uddin
68eb9c7c59 updated urls reverse import 2018-09-03 11:31:48 +06:00
arthur
bd35ffc676 Update default theme to a bootstrap3 theme based on http://startbootstrap.com/template-overviews/sb-admin-2/
Resolve #360
2016-05-26 11:34:21 +02:00
arthur
829840f411 Fix model migrations 2016-05-20 10:54:42 +02:00
arthur
37be02f1c6 New example settings generated from django 1.9
Serve media for better manual testing
2016-05-20 10:30:07 +02:00
arthur
babe7a70c7 Optimise imports 2016-05-08 01:31:16 +02: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
arthur
54f710055a Add migrations but not use them in test for now 2016-05-07 23:59:55 +02:00
arthur
5f9707e467 Delete migration for tox to work 2016-05-07 20:28:04 +02:00
arthur
599ec2d236 Add migrations 2016-05-07 19:44:00 +02:00
montiniz
a6e7755a55 Fixes for compatibility with python3. 2014-11-26 09:42:17 -06:00
Kamil Gałuszka
03ebd91f78 fixing django 1.7 errors 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
yarbelk
690401d604 Fix missing enctype="multipart/form-data" when needed
- add app example.files with tests, based on example2.
- add check in base update template which checks if
  form.is_multitype and adds the encoding for it
- update gitignore to ignore the uploaded media folder
- add test to blog to ensure that the create form is not
  multipart encoded
2013-09-11 22:20:38 +08:00