Commit Graph

  • 4e0a3cc0ec Version bump to 2.1.5 Updated README(s). Updated email address in AUTHORS. Brandon Taylor 2018-05-17 12:54:44 -04:00
  • 842d748935 Merge pull request #191 from timur-orudzhov/change-list-filters-support Brandon Taylor 2018-05-17 12:49:22 -04:00
  • 4add46c6de fix typo timur-orudzhov 2018-05-16 22:57:13 +03:00
  • f135ad906d add support for django admin filters timur-orudzhov 2018-05-16 16:05:40 +03:00
  • a90449a8a5 Merge pull request #189 from lumatijev/croatian-translation Brandon Taylor 2018-03-22 14:13:58 -04:00
  • b4a01720db Added Croatian translation Luka Matijevic 2018-03-22 19:04:02 +01:00
  • 4eed5b1e2d Merge pull request #188 from rfleschenberg/issue-187 Brandon Taylor 2018-03-21 09:44:24 -04:00
  • 78c2e91aac Unlocalize object IDs René Fleschenberg 2018-03-21 13:03:08 +01:00
  • fa8a5f12a8 Merge branch 'master' into develop Brandon Taylor 2018-03-19 21:40:06 -04:00
  • ae609e10da Version bump to 2.1.4. Updated README Brandon Taylor 2018-03-19 21:32:39 -04:00
  • 041558823e Fixed return outside of function Brandon Taylor 2018-03-19 21:23:59 -04:00
  • 1e7ea7b75a Minor formatting fixes from merge. Brandon Taylor 2018-03-19 21:22:57 -04:00
  • f6522d0a49 Merge pull request #185 from ixc/ixc/improve-performance-master Brandon Taylor 2018-03-19 21:19:20 -04:00
  • 5d1529c161 Updated migrations to allow for a model with a non autofield as the primary key. Updated tests. Brandon Taylor 2018-03-19 21:18:08 -04:00
  • d8df8bab55 Updated documentation around extending custom templates. Brandon Taylor 2018-03-19 20:54:23 -04:00
  • 108ef6dd18 Improve performance of sort view for moods and elements. Tai Lee 2018-03-13 23:05:35 +11:00
  • f515f93d22 Version bump to 2.1.3 Updated readme with credits for translations. Brandon Taylor 2018-02-25 11:49:38 -05:00
  • f2df915a13 Merge pull request #183 from bashu/patch-1 Brandon Taylor 2018-02-16 16:19:30 -05:00
  • 40affcaea3 let there be (correct) colour Basil Shubin 2018-02-16 18:25:11 +07:00
  • dcee65eab5 Merge pull request #182 from peterisb/master Brandon Taylor 2018-02-08 15:53:00 -05:00
  • f992fc72b4 Added Latvian translation. Peteris Bruns 2018-02-08 22:48:57 +02:00
  • 7bd6dfdbf8 Merge pull request #181 from simenheg/norwegian-translation Brandon Taylor 2018-02-05 11:41:31 -05:00
  • 8d4c5b1417 Add Norwegian Bokmål translation Simen Heggestøyl 2018-02-05 17:25:14 +01:00
  • 604bfd035a Updated tox Brandon Taylor 2017-12-04 22:10:12 -05:00
  • d4f577fdf9 Update csrf value to use value if present in context, then fall back to cookie. Updated database samples. Added migrations for sample project models. Updated Category model to make order not editable. Brandon Taylor 2017-12-04 22:05:37 -05:00
  • f4daaeb232 Restructured sample project for Django 2. Refactored database and changed "app" to "samples" so name didn't conflict with "AppConfig". Replaced deprecated assignment_tag with simple_tag. Updated unit tests. Brandon Taylor 2017-12-04 21:29:55 -05:00
  • 10188ec8ac Merge branch 'touch-support' Brandon Taylor 2017-10-13 06:41:25 -04:00
  • d594dbaf62 Merge branch 'touch-support' of github.com:iambrandontaylor/django-admin-sortable into touch-support Brandon Taylor 2017-10-13 06:40:39 -04:00
  • 4e0c23a1e5 Version bump to 2.1.1. Updated readme files. Brandon Taylor 2017-10-13 06:40:35 -04:00
  • 0a594928ef Increase margin between sortable elements in the change list. Brandon Taylor 2017-10-11 16:13:12 -04:00
  • bb70d5a3ad Added jQuery UI Touch Support Brandon Taylor 2017-10-11 07:15:42 -04:00
  • 115aad641d Update README.md Brandon Taylor 2017-03-21 15:09:33 -04:00
  • 171257c9c5 [bt/master] Updated information on version compatibility Brandon Taylor 2017-03-21 06:44:26 -04:00
  • a9855808d0 [bt/master] Version bump to 2.1 Brandon Taylor 2017-03-21 06:42:24 -04:00
  • 2ec2722c67 Merge pull request #168 from jaap3/modernize Brandon Taylor 2017-03-21 06:38:17 -04:00
  • 9fa1fb13a5 Update setup.py Brandon Taylor 2017-03-21 06:10:58 -04:00
  • 49a7c41896 Use remote_field.model in favor of rel.to when possible Jaap Roes 2017-03-16 16:13:34 +01:00
  • de6a768ceb No need to use include for admin.site.urls (it’s deprecated) Jaap Roes 2017-03-16 16:07:13 +01:00
  • aa9c4a6063 User.is_authenticated is a property from Django 1.10 and onward Jaap Roes 2017-03-16 16:03:43 +01:00
  • a5eca5ea4d assertEquals is deprecated in Python 3 Jaap Roes 2017-03-16 15:58:20 +01:00
  • e5adadaefc Use the newer MIDDLEWARE setting but fall back to MIDDLEWARE_CLASSES on Django < 1.10 Jaap Roes 2017-03-16 15:58:01 +01:00
  • defaf45e9a Make it clear why the httplib import is guarded by a try except and has a fallback Jaap Roes 2017-03-16 15:57:28 +01:00
  • b8bfbe0c9a Explicitly set on_delete=models.CASCADE on ForeignKey as it will be required in Django 2.0 Jaap Roes 2017-03-16 15:48:10 +01:00
  • 9d3c958365 Remove deprecated template settings Jaap Roes 2017-03-16 15:43:17 +01:00
  • 7262cb6564 Remove unused utils module Jaap Roes 2017-03-16 15:39:59 +01:00
  • 28fe5d1460 Run non auto field model test unconditional Jaap Roes 2017-03-16 15:37:37 +01:00
  • 9997644929 Run uuid field tests unconditional Jaap Roes 2017-03-16 15:33:48 +01:00
  • 209a280ce8 Remove (seemingly broken) TemplateSyntaxError import fallback Jaap Roes 2017-03-16 15:25:21 +01:00
  • b0df1ff701 Remove south_field_triple method as South does not support Django >= 1.7 Jaap Roes 2017-03-16 15:19:26 +01:00
  • 8b88dfa9cd Remove pointless fallback code (it just repeats the previously failed statement) Jaap Roes 2017-03-16 15:13:13 +01:00
  • 356d88dfde Remove ordering field lookup fallback Jaap Roes 2017-03-16 15:09:17 +01:00
  • ac507e4484 Remove get_queryset fallback Jaap Roes 2017-03-16 14:44:51 +01:00
  • f17db22938 Remove inline admin fallback templates Jaap Roes 2017-03-16 14:38:12 +01:00
  • 74e0c92455 Remove contenttypes.generic import fallbacks Jaap Roes 2017-03-16 14:22:27 +01:00
  • e0a85c554b Remove django.conf.urls import fallback Jaap Roes 2017-03-16 14:14:47 +01:00
  • cc5fc81da9 Add tox.ini to test and collect combined coverage data of multiple Python and Django versions Jaap Roes 2017-03-16 14:13:12 +01:00
  • 1990e6653e [bt] Version 2.0.22 Release Notes Brandon Taylor 2017-03-14 22:04:23 -04:00
  • 60ac42cd2b Merge pull request #167 from camilonova/patch-2 Brandon Taylor 2017-03-14 08:47:12 -04:00
  • 9b51e83537 Update to django 1.11 Camilo Nova 2017-03-13 11:57:38 -05:00
  • 0d92d5c1a1 Merge pull request #166 from sushifan/save-only-order-field Brandon Taylor 2017-03-11 13:30:24 -05:00
  • eb5f14fe22 Clarify comment. Anton Shevchenko 2017-03-11 11:20:16 -05:00
  • eb5a9e0a8a Avoid unnecessary db queries: perform the update iff the order field has changed. Anton Shevchenko 2017-03-08 23:28:40 -05:00
  • f2f5daf831 Use 'update_fields' to limit the object's save() method to just the order field, so that other fields are not accidentally overwritten with stale data. Anton Shevchenko 2017-03-08 22:14:48 -05:00
  • 99530d3ba4 Merge pull request #165 from Flimm/context-processor-fix Brandon Taylor 2017-03-07 20:29:55 -05:00
  • d0813e7a56 Update instructions about context processor static David D Lowe 2017-03-07 13:51:43 +01:00
  • ae8a67bae2 Merge pull request #164 from Flimm/badges Brandon Taylor 2017-03-07 06:22:04 -05:00
  • 11ef0e51d8 Add two PyPI badges David D Lowe 2017-03-07 11:10:00 +01:00
  • 0e464ca7bb Merge pull request #163 from deluge/master Brandon Taylor 2017-02-01 05:43:20 -05:00
  • b2ea957c4a add more notes in readme for different versions Benjamin Banduhn 2017-02-01 10:48:39 +01:00
  • 4d01ec19b5 Update README.md Brandon Taylor 2016-12-01 21:52:11 -05:00
  • d1911519ed Added version check for 1.7 to create context dict. Brandon Taylor 2016-11-02 21:29:31 -04:00
  • 81f2faebc6 Merge pull request #157 from yigor/master Brandon Taylor 2016-11-02 21:16:51 -04:00
  • 12fbb62302 Proper context and breadcrumbs Igor Sobolev 2016-11-02 12:47:36 -04:00
  • b96896d890 Merge branch 'develop' Brandon Taylor 2016-10-30 11:39:17 -04:00
  • 863ff69719 Fix Sorting by ForeignKey Removed do_inline_sorting_url and get_object_or_404 check in admin. The model_type_id should *always* be passed in. Removed test that asserted that Categories weren't sortable as part of the Project admin. Categories *should* be sortable as part of Project admin as they are a Sortable ForeignKey. Fixed object_rep template to pass in model_type_id again. Updated README. Version bump to 2.0.21 Brandon Taylor 2016-10-30 11:33:20 -04:00
  • 020dfe89dd Merge pull request #155 from stvnw/fix Brandon Taylor 2016-10-26 15:18:08 -04:00
  • 686ddae81c Raise NotImplementedError instead of NotImplemented Steven Wood 2016-10-23 10:20:45 -04:00
  • 8df41a9533 Added Django 1.10 to Travis config Brandon Taylor 2016-10-12 22:35:15 -04:00
  • 3f12b10926 Changed version check back to old-style for backwards compatibility. Brandon Taylor 2016-10-12 22:23:38 -04:00
  • 6e6b92d759 Skipped UUID-pk model if Django less than 1.8 Brandon Taylor 2016-10-12 22:14:22 -04:00
  • bf75b85190 Skipped UUI import for Django less than 1.8 Brandon Taylor 2016-10-12 22:07:54 -04:00
  • 76378483ff Skipped UUID pk test for less than Django 1.8 Brandon Taylor 2016-10-12 22:03:22 -04:00
  • fcf2829633 Skipped UUID pk test if less than Django 1.7 Brandon Taylor 2016-10-12 21:50:42 -04:00
  • 32726cdcae Version 2.0.20 Bumped version up. Updated README. Brandon Taylor 2016-10-12 06:09:49 -04:00
  • c2ca9db931 Merge pull request #153 from rubendura/master Brandon Taylor 2016-10-12 06:00:14 -04:00
  • e4355d84bc Adds test Ruben Dura Tari 2016-10-11 19:47:17 +01:00
  • 3c2935776e Enables support for primary keys that are not AutoFields. Specially useful when using UUIDs as primary keys. Ruben Dura Tari 2016-10-11 18:53:45 +01:00
  • 0e4a5b11e4 Excluded Django 1.7.7 from Pyton 3.5 config Brandon Taylor 2016-08-08 21:55:29 -04:00
  • 66e63a29c2 Version bump to 2.0.19. Updated readme. Brandon Taylor 2016-08-08 21:48:11 -04:00
  • f5cda8ded9 Updated Font Awesome to 4.6.3 Brandon Taylor 2016-08-08 21:35:43 -04:00
  • b29590a185 Minor formatting tweaks Brandon Taylor 2016-08-08 21:34:53 -04:00
  • ec03f8d17b Updated change_list template for Django 1.10 compatibility. Brandon Taylor 2016-08-08 21:34:41 -04:00
  • b52761274a Dropped Django 1.5.x test configuration Brandon Taylor 2016-08-08 20:44:03 -04:00
  • 5566faed5b Update sortable inline templates for Django 1.10.x compatibility. Brandon Taylor 2016-08-08 20:36:35 -04:00
  • e9b03a3a4f Merge pull request #143 from MagicSolutions/fix/admin-urs Brandon Taylor 2016-08-03 10:06:29 -04:00
  • fc58ee51f0 Updated readme. Version bump to 2.0.18 Brandon Taylor 2016-07-09 18:26:00 -04:00
  • 3c7a012f5f Merge pull request #150 from shjohnson-pi/master Brandon Taylor 2016-07-09 18:16:30 -04:00
  • f850e639c9 Add help text to test tabular icons between django 1.8 and 1.9 Steven H Johnson 2016-07-09 16:31:36 -04:00
  • 76a49cc082 Fix missing admin icon for django 1.9 Steven H Johnson 2016-07-09 16:26:45 -04:00
  • 4182468d2f Merge pull request #148 from MagicSolutions/fix/sample-project Brandon Taylor 2016-06-24 08:10:08 -07:00