Fabio Caccamo
37bb3ce0df
Removed unused arguments and variables
2017-09-29 12:12:01 +02:00
Fabio Caccamo
66b0172195
Removed unused import
2017-09-29 12:11:40 +02:00
Fabio Caccamo
ca2f5c549e
Fixed inlines style
2017-09-29 12:11:02 +02:00
Fabio Caccamo
21b221f9e9
Removed unused templatetag
2017-09-27 14:58:42 +02:00
Fabio Caccamo
5fcbef3c5b
Merge branch 'master' of https://github.com/fabiocaccamo/django-admin-interface
2017-09-27 14:50:41 +02:00
Fabio Caccamo
bc9d200461
Added README.rst to MANIFEST.in
2017-09-27 14:47:42 +02:00
Fabio Caccamo
8c903d5f4c
Updated version
2017-09-27 14:47:14 +02:00
Fabio Caccamo
c253617346
Updated Python code to be PEP8 compliant
2017-09-27 14:47:03 +02:00
Fabio Caccamo
ca2b405989
Updated README.rst
2017-09-27 14:37:18 +02:00
Fabio Caccamo
0fd8469d9a
Updated version
2017-09-27 14:34:28 +02:00
Fabio Caccamo
5cce94eefc
Added README.rst [ci skip]
2017-09-27 14:33:52 +02:00
Fabio Caccamo
c4c6a2b0f2
Updated README.md [ci skip]
2017-09-11 11:48:57 +02:00
Fabio Caccamo
73a61080ae
Added code-quality badge to README - [ci skip]
2017-09-04 17:19:12 +02:00
Fabio Caccamo
0164e5b791
Fixed fieldset collapse show/hide link style [ci skip]
2017-08-29 12:41:29 +02:00
Fabio Caccamo
bb29c637ff
Fixed tests error
2017-08-24 18:37:28 +02:00
Fabio Caccamo
a8e9fffdac
Increased coverage
2017-08-24 18:23:35 +02:00
Fabio Caccamo
d81c7fcdd8
Updated version
2017-08-24 14:28:54 +02:00
Fabio Caccamo
4d07e9fec5
Added favicon support #28
2017-08-24 14:28:36 +02:00
Fabio Caccamo
3b982a84c3
Improved coverage
2017-08-24 14:27:34 +02:00
Fabio Caccamo
072fdcdc95
Fixed duplicated admin queries #19
2017-08-24 14:27:01 +02:00
Fabio Caccamo
07c38baa83
Updated version
2017-07-13 18:01:10 +02:00
Fabio Caccamo
ed669a88be
Fixed django 1.7 and django 1.9 compatibility
2017-07-13 18:00:56 +02:00
Fabio Caccamo
71ad991ba7
Fixed modals closing in older django versions.
2017-07-13 15:53:00 +02:00
Fabio Caccamo
05128a997e
Added version parameter to prevent css/js caching.
2017-07-13 15:50:58 +02:00
Fabio Caccamo
92a816b9ae
Updated README.md [ci skip]
2017-06-13 12:57:07 +02:00
Fabio Caccamo
4a9b6e5e5c
Updated version
2017-06-13 11:45:28 +02:00
Fabio Caccamo
0e69ccdba6
Changed dependencies versions from strict to ranges
2017-06-13 11:45:17 +02:00
Fabio Caccamo
3f9dc0c58e
Merge pull request #26 from 18F/uswds-theme
...
Add USWDS color scheme.
2017-06-13 10:38:12 +02:00
CM Lubinski
cbd414485f
Add USWDS color scheme.
...
As a first draft of a U.S. Web Design Standards theme, this selects uses
reasonable colors from its 508-compliant color pallet.
2017-06-12 17:48:42 -04:00
Fabio Caccamo
ccb818043c
Merge pull request #23 from 18F/bytes2unicode
...
Add migration to convert bytes to unicode.
2017-06-12 15:50:37 +02:00
Fabio Caccamo
07d4fd65ef
Merge pull request #21 from 18F/future-safe
...
Specify a max_length on all ColorFields.
2017-06-12 15:49:44 +02:00
Fabio Caccamo
4dd7a9dd3d
Merge pull request #20 from founders4schools/deprecation-warnings
...
Fix a Django deprecation warning
2017-06-12 11:42:05 +02:00
CM Lubinski
9ecaa3836c
Add migration to convert bytes to unicode.
...
Python 2 and 3 treat strings differently; in 2 they are bytes and in 3 they
are unicode objects. The Theme fields' attributes were encoded as bytes in the
initial migration (0001) but should be unicode values, leading to a missing
migration whenever the code is ran on Python 3. This changeset "alters" all
the fields to set them to have unicode attributes rather than bytes.
For more context, we've more or less followed the steps outlined here:
https://docs.djangoproject.com/en/1.11/topics/migrations/#supporting-python-2-and-3
2017-06-09 11:41:15 -04:00
Bruno Alla
511ad909bf
Run tests on Python 3.6 for Django 1.11+
2017-06-09 16:27:13 +01:00
CM Lubinski
8fe6ffd3b2
Specify a max_length on all ColorFields.
...
Django-colorfield bumped up its default max_length from 10 to 18 characters in
bfe421b8. Though we've pinned the version of colorfields we're depending on,
we can make the future version upgrade easier now by locking our fields to
having a max length of 10 chars.
2017-06-09 11:26:46 -04:00
Bruno Alla
d0f8d7514a
Fix allow_failures
2017-06-09 15:56:05 +01:00
Bruno Alla
78d80bc129
Run tests against Django master
2017-06-09 15:49:54 +01:00
Bruno Alla
09bd082759
Fix the error on older versions of Django
2017-06-09 15:44:23 +01:00
Bruno Alla
70b4be757d
Fix a Django deprecation warning
...
Replace deprecated assignment_tag:
`python/lib/python3.5/site-packages/admin_interface/templatetags/admin_interface_tags.py:11: RemovedInDjango20Warning: assignment_tag() is deprecated. Use simple_tag() instead`
2017-06-09 15:12:00 +01:00
Fabio Caccamo
486bfa9aba
Updated version
2017-06-09 11:58:26 +02:00
Fabio Caccamo
e19cd51803
Added per-request cache to get_admin_interface_theme template tag #19
2017-06-09 11:58:10 +02:00
Fabio Caccamo
2d8eeee425
Updated README [ci skip]
2017-05-24 12:46:42 +02:00
Fabio Caccamo
ef35236c58
Updated version
2017-05-24 12:02:27 +02:00
Fabio Caccamo
eb676d9841
Added 3 themes as fixtures (django, bootstrap, foundation)
2017-05-24 12:01:25 +02:00
Fabio Caccamo
2301eedc8b
Added possibility to hide recent actions
2017-05-24 11:57:08 +02:00
Fabio Caccamo
2bc5c9f9ce
Removed double space in field declaration
2017-05-24 11:56:16 +02:00
Fabio Caccamo
44bae8b515
Changed modeltranslation active tab font-weight to bold
2017-05-24 11:55:23 +02:00
Fabio Caccamo
ed34055290
Renamed field css_header_title_color to title_color according to logo_color
2017-05-24 11:53:33 +02:00
Fabio Caccamo
8a9842c219
Added possibility to customize the default logo color
2017-05-24 11:44:46 +02:00
Fabio Caccamo
b449a1140c
Fixed related-modal preloader background image url urlencode
2017-05-24 11:31:36 +02:00