Commit Graph

  • 871b9417fa Update setup.py master Boyinapalli Sandeep Dora 2022-10-28 11:42:10 +05:30
  • b9c1f3e0c4 Merge pull request #252 from gafderks/gafderks-patch-1 Brandon Taylor 2022-03-12 19:03:22 -05:00
  • 15766e79d8 Specify UTF8 encoding for readme Geert Derks 2022-01-18 00:13:42 +01:00
  • 844b51456f - Version bump to 2.3.0 - Updated readme Brandon Taylor 2021-12-21 20:37:48 -05:00
  • b0c25c303c Merge pull request #250 from michael-k/gh-actions-python3.10-django4.0 Brandon Taylor 2021-12-16 20:58:56 -05:00
  • c44edfe40a Run tests against Python 3.10 and Django 4.0 Michael Käufl 2021-12-16 12:57:57 +01:00
  • 3ae816d64d Switch from Travis CI to GitHub Actions Michael Käufl 2021-12-16 12:51:11 +01:00
  • aaaa92ba37 Merge pull request #248 from mjr/master Brandon Taylor 2021-12-13 15:44:00 -05:00
  • 508e9f35d6 Replace deprecated django.conf.urls with django.urls Manaia Junior 2021-12-13 17:30:10 -03:00
  • c0874bfd7e Merge pull request #245 from sh-cho/patch-1 Brandon Taylor 2021-07-27 08:25:36 -04:00
  • 5aeaa27f5b Add warning emojis Seonghyeon Cho 2021-07-26 23:31:24 +09:00
  • f9a896f469 Fix space for nested list in markdown Seonghyeon Cho 2021-07-26 23:29:27 +09:00
  • 5671331b22 Merge pull request #244 from galuszkak/feature/update Brandon Taylor 2021-07-18 08:56:32 -04:00
  • 51f850f04b chore: cleanup and add support for Python 3.9 Kamil Gałuszka 2021-07-17 01:05:59 +02:00
  • b56ded8f0f Update README.md Brandon Taylor 2021-04-08 09:12:16 -04:00
  • a6ea566ee8 Merge pull request #238 from genisysram/master Brandon Taylor 2020-12-09 08:50:15 -05:00
  • b4dad1896b added ppc64le architecture genisysram 2020-12-03 20:24:14 +05:30
  • fd50e61037 added code to run on power system genisysram 2020-11-20 21:45:23 +05:30
  • b69c482dec Update .travis.yml genisysram 2020-11-09 10:39:31 +05:30
  • 757deb302d Merge pull request #233 from alsoicode/develop Brandon Taylor 2020-07-24 10:11:41 -04:00
  • 58e03a5ebf Merge pull request #232 from blag/better-docs Brandon Taylor 2020-07-24 10:11:12 -04:00
  • 5e9e0b3564 Add section on many-to-many relations blag 2020-07-22 01:51:22 -07:00
  • 7ed44fa84b Add section title to sortable model with non-sortable parent blag 2020-07-22 01:50:51 -07:00
  • 616dcdfd7a Remove incorrect long_description_content_type argument blag 2020-07-22 01:54:42 -07:00
  • eb3f18b09e Use a context manager to read README.rst blag 2020-07-22 01:54:14 -07:00
  • 3209998569 Add code-block segments to documentation blag 2020-07-22 01:52:33 -07:00
  • 2e5f7addf4 Update usage docs blag 2020-07-22 01:52:57 -07:00
  • 795dc26275 Merge pull request #230 from alsoicode/develop Brandon Taylor 2020-07-21 20:30:11 -04:00
  • 7180833e6d Merge pull request #228 from blag/update-gitignore Brandon Taylor 2020-07-21 20:29:46 -04:00
  • e90dc03b2c Merge pull request #229 from blag/fix-saving-with-specified-order-value Brandon Taylor 2020-07-21 20:29:34 -04:00
  • de6eef8213 Add test for default order field value check blag 2020-05-26 17:35:19 -07:00
  • 45b54a3402 Don't apply a default value if the value is already specified blag 2020-05-26 17:27:50 -07:00
  • 3082950549 Add a few more generated things to .gitignore blag 2020-05-26 15:10:48 -07:00
  • 7deb73c806 Merge pull request #227 from blag/develop Brandon Taylor 2020-05-26 16:30:18 -04:00
  • 01591305a3 Update tox with updated Django and Python versions (except for Django 2.2 and Python 3.5) blag 2020-05-26 13:05:12 -07:00
  • 3443c300d0 Remove Python 3.6+ only code blag 2020-05-26 12:54:28 -07:00
  • 9e352ec474 Add Django 2.2 to the build matrix blag 2020-05-26 12:22:30 -07:00
  • 387e9b8f2f Relax Django version to 3.0 (to use the latest 3.0.x) blag 2020-05-26 12:21:13 -07:00
  • f93cac291b Remove Python 3.4 from the build matrix blag 2020-05-26 12:20:18 -07:00
  • 21cab41381 Use Python 3's urllib.parse.urlencode instead of django.utils.six blag 2020-05-26 12:15:12 -07:00
  • 899f92f53a Return an HTTP 400 if the queryset size has changed since the page was loaded blag 2020-05-24 15:58:44 -07:00
  • 1b700e0b25 Use Python 3.6's ordered dictionaries blag 2020-05-24 15:54:34 -07:00
  • a6fb5d0d36 Lock filtered objects before updating them in bulk blag 2020-05-24 03:07:12 -07:00
  • 00eb3fdb30 Pass the queryset filters from the request into the object_rep.html template blag 2020-05-24 02:46:19 -07:00
  • 247078c7e0 Tweak CSS to restrict elements that have cursor: move blag 2020-05-24 03:13:00 -07:00
  • 2bb6a677fe Check that the parent model is a SortableMixin before enabling sorting them blag 2020-05-19 18:37:55 -07:00
  • 3263eb0e34 Merge pull request #225 from alsoicode/develop Brandon Taylor 2020-03-01 12:27:04 -05:00
  • d81790a387 Removed all Python 2.x testing Brandon Taylor 2020-03-01 12:25:20 -05:00
  • 493db1e75a Downgraded Django to latest available in Python 2.7 Brandon Taylor 2020-03-01 12:23:22 -05:00
  • b545106cbd Excluded Django 3 from environments lower than Python 3.6 Brandon Taylor 2020-03-01 12:16:45 -05:00
  • 77eedcc8b6 Updated 2.x version of Django to latest in series available to Travis Brandon Taylor 2020-03-01 12:08:10 -05:00
  • e2bb925a99 Updated Travis config to exclude outdated versions of Django Brandon Taylor 2020-03-01 12:05:01 -05:00
  • b286fcc96e Updated links to static files documentation. Brandon Taylor 2020-02-29 20:36:21 -05:00
  • db162bf890 Fix inline admin templates to display FontAwesome icons and be Django 2 & 3 compatible. Version bump to 2.2.3. Updated READMEs. Brandon Taylor 2020-01-14 20:05:25 -05:00
  • bee77a28db Version bump to 2.2.2 Updated READMEs Brandon Taylor 2020-01-14 18:55:54 -05:00
  • e0cdbba528 Merge pull request #223 from alsoicode/bugfix/font-awesome-icons-for-inlines Brandon Taylor 2020-01-14 18:53:48 -05:00
  • 723ddda6c2 FontAwesome Icons in Inline templates Brandon Taylor 2020-01-14 18:53:07 -05:00
  • 257e22fb8a Version bump to 2.2.1 Updated READMEs Brandon Taylor 2020-01-14 18:31:00 -05:00
  • f1ea519c90 Merge pull request #222 from alsoicode/bugfix/sortable-inline-tabular-selector Brandon Taylor 2020-01-14 18:28:44 -05:00
  • 8311881f2f Fixed overzealous selector for sortable tabular inlines. Brandon Taylor 2020-01-14 18:26:49 -05:00
  • 4054d51b17 Dropped Django 1.6.7 from Travis Brandon Taylor 2019-12-28 09:16:25 -05:00
  • c9f486c955 Updated Travis to include Python 3.6 and Django 3 Brandon Taylor 2019-12-28 08:45:49 -05:00
  • 99bf2fb5f2 Version bump to 2.2.0 Updated README. Updated models to be compliant with Django 3. Brandon Taylor 2019-12-07 17:36:54 -05:00
  • 45478baa7b Merge pull request #218 from cjtapper/master Brandon Taylor 2019-12-07 17:22:30 -05:00
  • 01fc6a18b6 Remove deprecated template tag libraries. Chris Tapper 2019-10-27 18:51:55 +01:00
  • 5cb0f1ebf8 Fix Font Awesome Icon selection scoping Brandon Taylor 2019-08-28 07:53:50 -04:00
  • d22d4d174c Version bump to 2.1.17. Updated README Brandon Taylor 2019-07-20 11:36:54 -04:00
  • 71bd1be135 Merge pull request #214 from SerhiyRomanov/ukrainian_translation Brandon Taylor 2019-07-17 16:44:48 -04:00
  • 9def367234 Fixed empty django.mo file for Ukrainian translation (sorry for this) Serhiy Romanov 2019-07-17 22:45:14 +03:00
  • e069cc39c0 Version bump to 2.1.6 Updated readme with credit for Ukrainian translations. Brandon Taylor 2019-06-22 20:42:35 -04:00
  • 4b96c03f01 Merge pull request #212 from SerhiyRomanov/ukrainian_translation Brandon Taylor 2019-06-22 20:38:26 -04:00
  • f839d4d9fa Add Ukrainian translation Serhiy Romanov 2019-06-22 00:04:10 +03:00
  • 14436afb6f Meged changes Updated readme Proper version bump to 2.1.15 Brandon Taylor 2019-06-03 14:29:17 -04:00
  • 8fc4956adc Removed old .rst for README. Updated README.md Version bump to 2.1.11 Updated setup.py to support markdown for long description Brandon Taylor 2019-06-03 14:26:01 -04:00
  • bfb1969e50 Removed unused imports Brandon Taylor 2019-06-03 14:13:21 -04:00
  • 97003cd5cc Added matching for PAGE_VAR Brandon Taylor 2019-04-17 11:24:43 -04:00
  • debe9db327 Added matching for PAGE_VAR Brandon Taylor 2019-04-17 11:22:21 -04:00
  • eff9872799 Version bump to 2.1.14 Updated readme Brandon Taylor 2019-02-23 07:59:00 -05:00
  • 08ee36ee3e Merge pull request #209 from stephrdev/improve-querystring-filter Brandon Taylor 2019-02-22 07:55:56 -05:00
  • cdce5e453b Improve querystring filtering. Stephan Jaekel 2019-02-22 11:14:07 +01:00
  • e2bee04990 Fix sorting for raw_id objects Brandon Taylor 2019-02-21 09:56:08 -05:00
  • 9b143ca58e Applied migrations Brandon Taylor 2019-02-15 09:08:39 -05:00
  • 26b11e8b41 Version bump to 2.1.12 Updates to readme Brandon Taylor 2019-02-14 16:07:35 -05:00
  • 478600fd5a - Appplied filters to queryset check for length of items in change list - Added conditional in template to show/hide sort link Brandon Taylor 2019-02-14 16:04:17 -05:00
  • 1e395ab3f0 Properly handle querystring filters Brandon Taylor 2019-02-12 11:15:17 -05:00
  • 598a97c997 Added extra filtering options for Project model/admin Brandon Taylor 2019-02-11 10:15:39 -05:00
  • de393db7c4 Version bump to 2.1.11 Updated README. Brandon Taylor 2019-01-17 13:34:33 -05:00
  • ff4dc3184f Fix Missing CSRF Token Brandon Taylor 2019-01-17 13:32:02 -05:00
  • c15f307e5a CSRF_HEADER_NAME Brandon Taylor 2019-01-14 09:40:54 -05:00
  • b1258afcea Version bump to 2.1.9 Updated readme. Added filter_kwargs as a replacement to extra_filters. Brandon Taylor 2018-10-10 14:02:11 -04:00
  • fabd78e5be Add Positional Arguments to Get Next/Previous Brandon Taylor 2018-10-06 09:46:34 -04:00
  • 2688003ac9 Update Readme Version bump to 2.1.8 Brandon Taylor 2018-10-05 10:56:48 -04:00
  • 1ed27acbaa Fix Sort Link Brandon Taylor 2018-10-05 10:53:56 -04:00
  • 723b66f551 Update ReadMe Brandon Taylor 2018-09-13 20:25:19 -04:00
  • 6d5f9e97b4 Added after_sorting method to SortableAdminBase class that can be defined on a model admin to be executed after sorting has occurred. Brandon Taylor 2018-07-09 07:49:55 -04:00
  • 3f49a72a6d Version bump to 2.1.7. Updated readme. Brandon Taylor 2018-06-29 08:27:11 -04:00
  • e87a1444b4 Fixed import paths. Brandon Taylor 2018-06-29 08:23:22 -04:00
  • 612de9ea9d Updates to README. Version bump to 2.1.6 Brandon Taylor 2018-06-18 11:58:52 -04:00
  • 5ad2c0e4ec Merged after-sort-callback branch and fixed conflicts. Brandon Taylor 2018-06-18 11:41:20 -04:00
  • e35f36b25a Refactored sorting JS files to be includes so that server-side variables may be passed to them. Added 'after_sorting_js_callback_name' attribute to SortableAdminBase. Added callback to be executed after sorting for each of the possible sorting scenarios. Added custom template examples to add a callback to be executed when sorting is finished. Brandon Taylor 2018-06-18 11:40:24 -04:00