Commit Graph

420 Commits

Author SHA1 Message Date
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
David Jean Louis 19556db271 Added tag v0.5.0 for changeset e03894e9208e 2013-03-06 12:08:51 +01:00
David Jean Louis b141fb75ac zip_safe=False is needed for setuptools 2013-03-06 11:56:49 +01:00
David Jean Louis 542c067cf1 Removed tag v0.5.0 2013-03-06 11:55:08 +01:00
David Jean Louis ffeb26c222 Added tag v0.5.0 for changeset a9828ad2cef5 2013-03-06 11:50:20 +01:00
David Jean Louis 4423bc4821 Version 0.5.0 2013-03-06 11:49:06 +01:00
David Jean Louis 72a1bc64f1 Version 0.5.0 2013-03-06 11:48:50 +01:00
David Jean Louis e292ddc219 Removed media dir from MANIFEST.in 2013-03-06 11:48:31 +01:00
David Jean Louis 625ad4651d Simplified setup.py 2013-03-06 11:47:57 +01:00
David Jean Louis 57b7553ee6 Added py27/django 1.5 2013-03-06 11:03:07 +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
David Jean Louis 0f42b43c17 Fixed download URL 2013-03-06 09:50:15 +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 e5f531c0a5 Added tox.ini 2013-02-26 00:06:23 +01:00
David Jean Louis 8ba35903ec Updated CHANGELOG and docs 2013-02-26 00:05:08 +01:00
David Jean Louis 01efa69867 Removed symlink to admin_tools media folder 2013-02-26 00:04:39 +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 a3cdba6eec django 1.3 compat 2013-02-25 22:35:18 +01:00
David Jean Louis fdb53cd77d Use natural keys for permissions fixtures 2013-02-25 22:34:46 +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 6937cf9d38 Added API documentation for menu.items.ModelList (fixes #114) 2013-02-25 21:07:38 +01:00
David Jean Louis 6d26ad2b96 Merge 2013-02-25 16:54:24 +01:00
David Jean Louis 2ff7396a30 Fixed broken test 2013-02-25 16:53:28 +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 fd99514404 Added a test GroupModule 2013-02-25 16:32:11 +01:00