Commit Graph

  • 29950fe78e debian: rename README to README.rst master Benjamin Dauvergne 2015-11-05 14:48:51 +0100
  • 2c03b6026f Add 'debian/' from commit '4f4f5710748534e30e754232ee9da5fc64f414de' Benjamin Dauvergne 2015-11-05 14:46:26 +0100
  • c8baf5e0d3 remove spurious files Benjamin Dauvergne 2015-11-05 14:45:42 +0100
  • 3c445d6466 Merge tag 'v0.6.0' Benjamin Dauvergne 2015-11-05 14:45:06 +0100
  • c270172aca Added shields.io badges and a requirements section David Jean Louis 2015-07-07 18:16:00 +0200
  • 9ff20a6310 Mention earlier version for Django <=1.6 Andy Baker 2015-07-07 15:22:20 +0100
  • 03935c8ef9 fix version check Andy Baker 2015-07-07 15:04:39 +0100
  • e97bd353b8 Update CHANGELOG Andy Baker 2015-07-07 11:43:23 +0100
  • 896482445c Bumped version and added CHANGELOG for 0.6.0 David Jean Louis 2015-07-07 12:30:42 +0200
  • 2ecc133f03 Updated docs to reflect github move and 0.6.0 changes. David Jean Louis 2015-07-07 12:29:20 +0200
  • 5e33375042 Make use of the new TEMPLATES settings variable for django >= 1.8 David Jean Louis 2015-07-07 11:37:41 +0200
  • 8569471539 Removed old backwards compatibility code (should close issue #3) David Jean Louis 2015-07-07 10:58:43 +0200
  • 97e5b92c83 The get_admin_media() helper is no longer needed David Jean Louis 2015-07-07 10:56:43 +0200
  • 6891e59fc3 Added tests for custom menu and dashboard media David Jean Louis 2015-07-07 10:41:21 +0200
  • 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 David Jean Louis 2015-07-07 10:36:37 +0200
  • 71ad7eb234 Setup Transifex David Jean Louis 2015-07-04 15:59:35 +0200
  • b87d2e16ab Added setup.cfg David Jean Louis 2015-07-04 15:58:25 +0200
  • ae2020e961 Added relevant Python and Django versions trove classifiers David Jean Louis 2015-07-04 15:57:52 +0200
  • 025d13dba5 Fixed Django 1.9 deprecation warning on django.contrib.contenttypes David Jean Louis 2015-07-04 15:13:34 +0200
  • f2f32b0bc9 Fixed Django 1.8 deprecation warnings on "cycle" and "firstof" template tags David Jean Louis 2015-07-04 15:12:46 +0200
  • 3a0bf2c40c Replaced .hgingnore by .gitignore David Jean Louis 2015-07-04 14:48:05 +0200
  • 57e3ae902c get tox test working with Django1.8. Andy Baker 2015-07-04 12:49:53 +0100
  • 8b144dddf0 Add initial Django 1.7 migrations and move south migrations until we decide to remove them completely. Remove South from test_proj Andy Baker 2015-07-04 12:28:06 +0100
  • fdc48da9d4 Merge pull request #5 from shtalinberg/master Andy Baker 2015-07-04 10:57:16 +0100
  • 27575a3191 Update travis to match tox.ini Andy Baker 2015-07-04 10:55:09 +0100
  • 7f6567af39 Mislabelled 1.8 > 1.7 in tox.ini. Remove South dep Andy Baker 2015-07-04 10:53:12 +0100
  • eaa3227599 Update tox matrix to match agreed support Andy Baker 2015-07-04 10:51:33 +0100
  • 6f4ee9e016 #3 - fix import and cleanup RemovedInDjango19Warning: Loading the `url` tag from the `future` library is deprecated shtalinberg 2015-07-03 13:25:15 +0300
  • 08ae04cd2f Merge pull request #4 from shtalinberg/master David Jean Louis 2015-07-03 11:25:22 +0200
  • 2a88e979fd Add Ukrainian locale shtalinberg 2015-07-03 11:53:42 +0300
  • 1038559d34 fix setup and manifest for new readme filename Andy Baker 2015-06-20 13:07:55 +0100
  • f101c3410e New readme Andy Baker 2015-06-20 13:06:54 +0100
  • 599d1991c7 add travis config Andy Baker 2015-06-20 12:35:20 +0100
  • e66125a7cd Merged in bdauvergne/django-admin-tools (pull request #39) David Jean Louis 2015-06-20 12:14:09 +0200
  • 45dfdcdd5d Merged in wojcikr/django-admin-tools/wojcikr/dashboardrst-edited-online-with-bitbucke-1408024824330 (pull request #34) David Jean Louis 2015-06-20 12:09:29 +0200
  • 4ff3d2709a clear deprecation warning about django.utils.importlib by using importlib from Python 2.7 Benjamin Dauvergne 2015-05-26 23:42:37 +0200
  • ab2eb8b27c add .gitignore Thomas NOËL 2015-02-16 17:17:50 +0100
  • 314546a69f Django 1.7 support (v0.5.2.1) Thomas NOËL 2015-02-16 17:17:14 +0100
  • dcb075585c first packaging debian Thomas NOËL 2015-02-16 16:59:36 +0100
  • 4f4f571074 first packaging Thomas NOËL 2015-02-16 16:59:36 +0100
  • 546ad07f2b Initial import 0.5.2 Jérôme Schneider 2015-02-16 16:47:01 +0100
  • 701cca1458 Allow override of Django messages Yan Chouinard 2014-12-30 20:08:01 +0000
  • 9905cc7ae1 dashboard.rst edited online with Bitbucket , fixed manage.py , was manage , added Radomir Wojcik 2014-08-14 14:00:33 +0000
  • 290520d1b7 Merged in shtimn/django-admin-tools/fix_migrations_for_custom_user_model (pull request #33) David Jean Louis 2014-08-11 19:02:57 +0200
  • 6acfddc507 Backwards compatible for django < 1.5. shtimn@gmail.com 2014-08-11 20:54:27 +0400
  • 936a934295 Added tag 0.5.2 for changeset 746357689a8d David Jean Louis 2014-08-11 18:07:00 +0200
  • b5e348b4db Release 0.5.2 David Jean Louis 2014-08-11 18:06:34 +0200
  • 73f60c6e61 Fixed south dependency, we stick to 0.8.4 for python 3 because south 1.0 is not fully compatible David Jean Louis 2014-08-11 17:37:22 +0200
  • fab0706ba4 Merged in barseghyanartur/django-admin-tools (pull request #32) David Jean Louis 2014-08-11 17:01:04 +0200
  • bff8bcf1bd Merged in craigbruce/django-admin-tools/craigbruce/version-typo-indexrst-edited-online-wit-1402002802071 (pull request #30) David Jean Louis 2014-08-11 16:59:50 +0200
  • 524e44b595 Merged in andybak/django-admin-tools/andybak/add-some-blocks-to-facilitate-template-i-1400407170114 (pull request #29) David Jean Louis 2014-08-11 16:59:27 +0200
  • 1cec582819 Merged in g1itch/django-admin-tools/django-1.7 (pull request #31) David Jean Louis 2014-08-11 16:59:03 +0200
  • 6002ecb9e3 Fix dashboard initinal migration for custom user model. Alexey Nikitin 2014-08-08 08:23:37 +0000
  • 3ec72c1eba Fix menu initinal migration for custom user model. Alexey Nikitin 2014-08-08 08:22:23 +0000
  • 9145052983 Created new branch fix_migrations_for_custom_user_model Alexey Nikitin 2014-08-08 08:19:57 +0000
  • 9957759b4b add management command to remove the dashboard preferences Artur Barseghyan 2014-07-29 01:32:35 +0200
  • eb731edc5f `clear: both` because #bookmark-form is the first element after floated #branding and #user-tools in django 1.7. Dmitri Bogomolov 2014-07-24 15:51:56 +0300
  • a783647a42 version typo - index.rst edited online with Bitbucket craigbruce 2014-06-05 21:13:27 +0000
  • dd183306e3 Add some blocks to facilitate template inheritance andybak 2014-05-18 09:59:33 +0000
  • b350755fe2 Fixed issue #133 (recent Actions links have an unecessary /admin/ prefix) David Jean Louis 2014-03-26 10:16:52 +0000
  • f1f5ee0308 Restore normal breadcrumb block in admin/base.html Luke Plant 2014-03-24 18:27:08 +0000
  • 1602ba47e6 Fixed issue #126 (feedparser deprecation warning) David Jean Louis 2014-03-03 20:27:34 +0100
  • ea17fb072d Merged in hirokiky/django-admin-tools/supportdj16 (pull request #27) and also added python3.3/django1.6 environment David Jean Louis 2013-12-27 11:45:43 +0100
  • 8a213db74b Adding tests for Django1.6 with Python2.7 hirokiky 2013-12-08 17:29:20 +0900
  • 78e2cc736b Support for Django > 1.4 for test proj Venelin Stoykov 2013-08-23 01:35:12 +0300
  • a40b33f7d3 Add Python 3 support Venelin Stoykov 2013-08-23 01:33:41 +0300
  • a4ada180e4 Eliminated jumping to top of page when clicking collapse/add/remove buttons on dashboard modules Luke Plant 2013-06-10 23:08:55 +0100
  • f309ecebd6 Better docstring for AppList and ModelList modules David Jean Louis 2013-05-09 10:43:53 +0200
  • bf2d102649 Use user.get_short_name and user.get_username in admin header (fixes #121) David Jean Louis 2013-05-09 10:20:27 +0200
  • 9c610ab880 Use i18n app name in app_list, menu and breadcrumb of app_index ychouinard 2013-04-07 01:45:47 -0400
  • 7c5fcffd7f Added tag v0.5.1 for changeset 615712ac8519 David Jean Louis 2013-03-13 21:22:09 +0100
  • 9a02d71379 Release 0.5.1 David Jean Louis 2013-03-13 21:21:47 +0100
  • 7fa39cad80 Fix for bug #119 Iacopo Spalletti 2013-03-09 09:06:29 +0100
  • 19556db271 Added tag v0.5.0 for changeset e03894e9208e David Jean Louis 2013-03-06 12:08:51 +0100
  • b141fb75ac zip_safe=False is needed for setuptools David Jean Louis 2013-03-06 11:56:49 +0100
  • 542c067cf1 Removed tag v0.5.0 David Jean Louis 2013-03-06 11:55:08 +0100
  • ffeb26c222 Added tag v0.5.0 for changeset a9828ad2cef5 David Jean Louis 2013-03-06 11:50:20 +0100
  • 4423bc4821 Version 0.5.0 David Jean Louis 2013-03-06 11:49:06 +0100
  • 72a1bc64f1 Version 0.5.0 David Jean Louis 2013-03-06 11:48:50 +0100
  • e292ddc219 Removed media dir from MANIFEST.in David Jean Louis 2013-03-06 11:48:31 +0100
  • 625ad4651d Simplified setup.py David Jean Louis 2013-03-06 11:47:57 +0100
  • 57b7553ee6 Added py27/django 1.5 David Jean Louis 2013-03-06 11:03:07 +0100
  • 3a986eb35a Merged in mpasternak/django-admin-tools (pull request #18) David Jean Louis 2013-03-06 10:03:13 +0100
  • 7a0ebb4ca6 Fixed typo in russian locale (closes #118) David Jean Louis 2013-03-06 09:55:19 +0100
  • 0f42b43c17 Fixed download URL David Jean Louis 2013-03-06 09:50:15 +0100
  • c37f27f2ba Fixed deprecation warning for django.conf.urls.default. (Deprecated in Django 1.4) Nathan Przybyszewski 2013-03-04 12:17:27 -0500
  • ec2de6f1da Fixes #117 dotz@dotz-VAIO 2013-03-01 18:31:48 +0100
  • e5f531c0a5 Added tox.ini David Jean Louis 2013-02-26 00:06:23 +0100
  • 8ba35903ec Updated CHANGELOG and docs David Jean Louis 2013-02-26 00:05:08 +0100
  • 01efa69867 Removed symlink to admin_tools media folder David Jean Louis 2013-02-26 00:04:39 +0100
  • f5182d14d1 Removed media files in admin_tools/media David Jean Louis 2013-02-26 00:02:58 +0100
  • 796abb26e2 Fixed django 1.3 support David Jean Louis 2013-02-25 23:07:42 +0100
  • 23309e0ad9 Oops, forgotten file in previous commit David Jean Louis 2013-02-25 22:52:19 +0100
  • a3cdba6eec django 1.3 compat David Jean Louis 2013-02-25 22:35:18 +0100
  • fdb53cd77d Use natural keys for permissions fixtures David Jean Louis 2013-02-25 22:34:46 +0100
  • a0a6e6c556 Fixed issue #103 (empty module.title translation in template shows gettext "header entry") David Jean Louis 2013-02-25 21:33:19 +0100
  • 6937cf9d38 Added API documentation for menu.items.ModelList (fixes #114) David Jean Louis 2013-02-25 21:07:38 +0100
  • 6d26ad2b96 Merge David Jean Louis 2013-02-25 16:54:24 +0100
  • 2ff7396a30 Fixed broken test David Jean Louis 2013-02-25 16:53:28 +0100
  • 368f7cdb4b Upgraded to latest jquery (1.9.1) and jquery-ui (1.10.1) David Jean Louis 2013-02-25 16:34:36 +0100