Commit Graph

310 Commits

Author SHA1 Message Date
Benjamin Dauvergne 3c445d6466 Merge tag 'v0.6.0' 2015-11-05 14:45:06 +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 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 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 f2f32b0bc9 Fixed Django 1.8 deprecation warnings on "cycle" and "firstof" template tags 2015-07-04 15:12:46 +02: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
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
shtalinberg 2a88e979fd Add Ukrainian locale 2015-07-03 11:53:42 +03: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
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 314546a69f Django 1.7 support (v0.5.2.1) 2015-02-16 17:17:14 +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
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 b5e348b4db Release 0.5.2 2014-08-11 18:06:34 +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 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
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
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
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 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
David Jean Louis 4423bc4821 Version 0.5.0 2013-03-06 11:49:06 +01:00
David Jean Louis 3a986eb35a Merged in mpasternak/django-admin-tools (pull request #18)
Fixes #117
2013-03-06 10:03:13 +01:00
David Jean Louis 7a0ebb4ca6 Fixed typo in russian locale (closes #118) 2013-03-06 09:55:19 +01:00
Nathan Przybyszewski c37f27f2ba Fixed deprecation warning for django.conf.urls.default. (Deprecated in Django 1.4) 2013-03-04 12:17:27 -05:00
dotz@dotz-VAIO ec2de6f1da Fixes #117 2013-03-01 18:31:48 +01:00
David Jean Louis f5182d14d1 Removed media files in admin_tools/media 2013-02-26 00:02:58 +01:00
David Jean Louis 796abb26e2 Fixed django 1.3 support 2013-02-25 23:07:42 +01:00
David Jean Louis 23309e0ad9 Oops, forgotten file in previous commit 2013-02-25 22:52:19 +01:00
David Jean Louis a0a6e6c556 Fixed issue #103 (empty module.title translation in template shows gettext "header entry") 2013-02-25 21:33:19 +01:00
David Jean Louis 6d26ad2b96 Merge 2013-02-25 16:54:24 +01:00
David Jean Louis 368f7cdb4b Upgraded to latest jquery (1.9.1) and jquery-ui (1.10.1) 2013-02-25 16:34:36 +01:00
David Jean Louis da7bc05148 Merged in fanatid/django-admin-tools (pull request #13)
Issue #115. Extend options for LinkList
2013-02-25 14:38:55 +01:00
rafadev 6830f02b12 fixed admin path error when calculating menu class to use 2013-02-25 09:49:13 -03:00
Aram Dulyan d83af4a5be Added {% load url from future %} directives to maintain compatibility with Django 1.3 and 1.4. 2013-02-15 17:29:57 +11:00