Commit Graph

420 Commits

Author SHA1 Message Date
Benjamin Dauvergne 29950fe78e debian: rename README to README.rst 2015-11-05 14:48:51 +01:00
Benjamin Dauvergne 2c03b6026f Add 'debian/' from commit '4f4f5710748534e30e754232ee9da5fc64f414de'
git-subtree-dir: debian
git-subtree-mainline: c8baf5e0d3
git-subtree-split: 4f4f571074
2015-11-05 14:46:26 +01:00
Benjamin Dauvergne c8baf5e0d3 remove spurious files 2015-11-05 14:45:42 +01:00
Benjamin Dauvergne 3c445d6466 Merge tag 'v0.6.0' 2015-11-05 14:45:06 +01:00
David Jean Louis c270172aca Added shields.io badges and a requirements section 2015-07-07 18:16:00 +02:00
Andy Baker 9ff20a6310 Mention earlier version for Django <=1.6 2015-07-07 15:22:20 +01:00
Andy Baker 03935c8ef9 fix version check 2015-07-07 15:04:39 +01:00
Andy Baker e97bd353b8 Update CHANGELOG
Wording tweaks
2015-07-07 11:43:23 +01:00
David Jean Louis 896482445c Bumped version and added CHANGELOG for 0.6.0 2015-07-07 12:30:42 +02:00
David Jean Louis 2ecc133f03 Updated docs to reflect github move and 0.6.0 changes. 2015-07-07 12:29:20 +02:00
David Jean Louis 5e33375042 Make use of the new TEMPLATES settings variable for django >= 1.8 2015-07-07 11:37:41 +02:00
David Jean Louis 8569471539 Removed old backwards compatibility code (should close issue #3) 2015-07-07 10:58:43 +02:00
David Jean Louis 97e5b92c83 The get_admin_media() helper is no longer needed 2015-07-07 10:56:43 +02:00
David Jean Louis 6891e59fc3 Added tests for custom menu and dashboard media 2015-07-07 10:41:21 +02:00
David Jean Louis 5bda74f00b * update overridden django admin templates
* get rid of the "get_media_url()" helper and use staticfiles instead (fixes issue #2)
* fixes for custom menu and dashboard media
2015-07-07 10:36:37 +02:00
David Jean Louis 71ad7eb234 Setup Transifex 2015-07-04 15:59:35 +02:00
David Jean Louis b87d2e16ab Added setup.cfg 2015-07-04 15:58:25 +02:00
David Jean Louis ae2020e961 Added relevant Python and Django versions trove classifiers 2015-07-04 15:57:52 +02:00
David Jean Louis 025d13dba5 Fixed Django 1.9 deprecation warning on django.contrib.contenttypes 2015-07-04 15:13:34 +02:00
David Jean Louis f2f32b0bc9 Fixed Django 1.8 deprecation warnings on "cycle" and "firstof" template tags 2015-07-04 15:12:46 +02:00
David Jean Louis 3a0bf2c40c Replaced .hgingnore by .gitignore 2015-07-04 14:48:05 +02:00
Andy Baker 57e3ae902c get tox test working with Django1.8. 2015-07-04 12:49:53 +01:00
Andy Baker 8b144dddf0 Add initial Django 1.7 migrations and move south migrations until we decide to remove them completely. Remove South from test_proj 2015-07-04 12:28:06 +01:00
Andy Baker fdc48da9d4 Merge pull request #5 from shtalinberg/master
#3 - fix import and cleanup  RemovedInDjango19Warning
2015-07-04 10:57:16 +01:00
Andy Baker 27575a3191 Update travis to match tox.ini 2015-07-04 10:55:09 +01:00
Andy Baker 7f6567af39 Mislabelled 1.8 > 1.7 in tox.ini. Remove South dep 2015-07-04 10:53:12 +01:00
Andy Baker eaa3227599 Update tox matrix to match agreed support
See #1 for the discussion
2015-07-04 10:51:33 +01:00
shtalinberg 6f4ee9e016 #3 - fix import and cleanup RemovedInDjango19Warning: Loading the `url` tag from the `future` library is deprecated 2015-07-03 13:25:15 +03:00
David Jean Louis 08ae04cd2f Merge pull request #4 from shtalinberg/master
Add Ukrainian locale
2015-07-03 11:25:22 +02:00
shtalinberg 2a88e979fd Add Ukrainian locale 2015-07-03 11:53:42 +03:00
Andy Baker 1038559d34 fix setup and manifest for new readme filename 2015-06-20 13:07:55 +01:00
Andy Baker f101c3410e New readme 2015-06-20 13:06:54 +01:00
Andy Baker 599d1991c7 add travis config 2015-06-20 12:35:20 +01:00
David Jean Louis e66125a7cd Merged in bdauvergne/django-admin-tools (pull request #39)
clear deprecation warning about django.utils.importlib by using importlib from Python 2.7
2015-06-20 12:14:09 +02:00
David Jean Louis 45dfdcdd5d Merged in wojcikr/django-admin-tools/wojcikr/dashboardrst-edited-online-with-bitbucke-1408024824330 (pull request #34)
dashboard.rst edited online with Bitbucket , fixed manage.py , was manage  , added
2015-06-20 12:09:29 +02:00
Benjamin Dauvergne 4ff3d2709a clear deprecation warning about django.utils.importlib by using importlib from Python 2.7 2015-05-26 23:42:37 +02:00
Thomas NOËL ab2eb8b27c add .gitignore 2015-02-16 17:17:50 +01:00
Thomas NOËL 314546a69f Django 1.7 support (v0.5.2.1) 2015-02-16 17:17:14 +01:00
Thomas NOËL 4f4f571074 first packaging 2015-02-16 17:00:53 +01:00
Jérôme Schneider 546ad07f2b Initial import 0.5.2 2015-02-16 16:47:01 +01:00
Yan Chouinard 701cca1458 Allow override of Django messages 2014-12-30 20:08:01 +00:00
Radomir Wojcik 9905cc7ae1 dashboard.rst edited online with Bitbucket , fixed manage.py , was manage , added
--HG--
branch : wojcikr/dashboardrst-edited-online-with-bitbucke-1408024824330
2014-08-14 14:00:33 +00:00
David Jean Louis 290520d1b7 Merged in shtimn/django-admin-tools/fix_migrations_for_custom_user_model (pull request #33)
Fixed initial migrations for custom user models which override db_table.
2014-08-11 19:02:57 +02:00
shtimn@gmail.com 6acfddc507 Backwards compatible for django < 1.5.
--HG--
branch : fix_migrations_for_custom_user_model
2014-08-11 20:54:27 +04:00
David Jean Louis 936a934295 Added tag 0.5.2 for changeset 746357689a8d 2014-08-11 18:07:00 +02:00
David Jean Louis b5e348b4db Release 0.5.2 2014-08-11 18:06:34 +02:00
David Jean Louis 73f60c6e61 Fixed south dependency, we stick to 0.8.4 for python 3 because south 1.0 is not fully compatible 2014-08-11 17:37:22 +02:00
David Jean Louis fab0706ba4 Merged in barseghyanartur/django-admin-tools (pull request #32)
Add a management command to remove the dashboard preferences
2014-08-11 17:01:04 +02:00
David Jean Louis bff8bcf1bd Merged in craigbruce/django-admin-tools/craigbruce/version-typo-indexrst-edited-online-wit-1402002802071 (pull request #30)
version typo - index.rst edited online with Bitbucket
2014-08-11 16:59:50 +02:00
David Jean Louis 524e44b595 Merged in andybak/django-admin-tools/andybak/add-some-blocks-to-facilitate-template-i-1400407170114 (pull request #29)
Add some blocks to facilitate template inheritance
2014-08-11 16:59:27 +02:00