Commit Graph

398 Commits

Author SHA1 Message Date
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
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
David Jean Louis 1cec582819 Merged in g1itch/django-admin-tools/django-1.7 (pull request #31)
Header becomes mixed with user tools and menu in django-1.7
2014-08-11 16:59:03 +02:00
Alexey Nikitin 6002ecb9e3 Fix dashboard initinal migration for custom user model.
--HG--
branch : fix_migrations_for_custom_user_model
2014-08-08 08:23:37 +00:00
Alexey Nikitin 3ec72c1eba Fix menu initinal migration for custom user model.
--HG--
branch : fix_migrations_for_custom_user_model
2014-08-08 08:22:23 +00:00
Alexey Nikitin 9145052983 Created new branch fix_migrations_for_custom_user_model
--HG--
branch : fix_migrations_for_custom_user_model
2014-08-08 08:19:57 +00:00
Artur Barseghyan 9957759b4b add management command to remove the dashboard preferences 2014-07-29 01:32:35 +02:00
Dmitri Bogomolov eb731edc5f `clear: both` because #bookmark-form is the first element after floated
#branding and #user-tools in django 1.7.

--HG--
branch : django-1.7
2014-07-24 15:51:56 +03:00
craigbruce a783647a42 version typo - index.rst edited online with Bitbucket
--HG--
branch : craigbruce/version-typo-indexrst-edited-online-wit-1402002802071
2014-06-05 21:13:27 +00:00
andybak dd183306e3 Add some blocks to facilitate template inheritance
--HG--
branch : andybak/add-some-blocks-to-facilitate-template-i-1400407170114
2014-05-18 09:59:33 +00:00
David Jean Louis b350755fe2 Fixed issue #133 (recent Actions links have an unecessary /admin/ prefix) 2014-03-26 10:16:52 +00:00
Luke Plant f1f5ee0308 Restore normal breadcrumb block in admin/base.html
This was overridden for some reason, causing the 'Home' link to be incorrect
for templates that inherit admin/base.html directly.
2014-03-24 18:27:08 +00:00
David Jean Louis 1602ba47e6 Fixed issue #126 (feedparser deprecation warning) 2014-03-03 20:27:34 +01:00
David Jean Louis ea17fb072d Merged in hirokiky/django-admin-tools/supportdj16 (pull request #27) and also added python3.3/django1.6 environment 2013-12-27 11:45:43 +01:00
hirokiky 8a213db74b Adding tests for Django1.6 with Python2.7
* Fixed tox
* Fixed test_proj

--HG--
branch : supportdj16
2013-12-08 17:29:20 +09:00
Venelin Stoykov 78e2cc736b Support for Django > 1.4 for test proj 2013-08-23 01:35:12 +03:00
Venelin Stoykov a40b33f7d3 Add Python 3 support 2013-08-23 01:33:41 +03:00
Luke Plant a4ada180e4 Eliminated jumping to top of page when clicking collapse/add/remove buttons on dashboard modules 2013-06-10 23:08:55 +01:00
David Jean Louis f309ecebd6 Better docstring for AppList and ModelList modules 2013-05-09 10:43:53 +02:00
David Jean Louis bf2d102649 Use user.get_short_name and user.get_username in admin header (fixes #121) 2013-05-09 10:20:27 +02:00
ychouinard 9c610ab880 Use i18n app name in app_list, menu and breadcrumb of app_index 2013-04-07 01:45:47 -04:00
David Jean Louis 7c5fcffd7f Added tag v0.5.1 for changeset 615712ac8519 2013-03-13 21:22:09 +01:00
David Jean Louis 9a02d71379 Release 0.5.1 2013-03-13 21:21:47 +01:00
Iacopo Spalletti 7fa39cad80 Fix for bug #119 2013-03-09 09:06:29 +01:00