Commit Graph

578 Commits (247078c7e049b3713b379a9f8fd66a4125db69ce)

Author SHA1 Message Date
blag 247078c7e0
Tweak CSS to restrict elements that have cursor: move 2020-05-25 18:44:32 -07:00
blag 2bb6a677fe
Check that the parent model is a SortableMixin before enabling sorting them 2020-05-19 18:37:55 -07:00
Brandon Taylor 3263eb0e34
Merge pull request #225 from alsoicode/develop
Develop
2020-03-01 12:27:04 -05:00
Brandon Taylor d81790a387 Removed all Python 2.x testing 2020-03-01 12:25:20 -05:00
Brandon Taylor 493db1e75a Downgraded Django to latest available in Python 2.7 2020-03-01 12:23:22 -05:00
Brandon Taylor b545106cbd Excluded Django 3 from environments lower than Python 3.6 2020-03-01 12:16:45 -05:00
Brandon Taylor 77eedcc8b6 Updated 2.x version of Django to latest in series available to Travis 2020-03-01 12:08:10 -05:00
Brandon Taylor e2bb925a99 Updated Travis config to exclude outdated versions of Django 2020-03-01 12:05:01 -05:00
Brandon Taylor b286fcc96e Updated links to static files documentation. 2020-02-29 20:36:21 -05:00
Brandon Taylor db162bf890 Fix inline admin templates to display FontAwesome icons and be Django 2 & 3 compatible.
Version bump to 2.2.3.
Updated READMEs.
2020-01-14 20:05:25 -05:00
Brandon Taylor bee77a28db Version bump to 2.2.2
Updated READMEs
2020-01-14 18:55:54 -05:00
Brandon Taylor e0cdbba528
Merge pull request #223 from alsoicode/bugfix/font-awesome-icons-for-inlines
FontAwesome Icons in Inline templates
2020-01-14 18:53:48 -05:00
Brandon Taylor 723ddda6c2 FontAwesome Icons in Inline templates
- Fixed VERSION check to enable correct templates if VERSION > 2
2020-01-14 18:53:07 -05:00
Brandon Taylor 257e22fb8a Version bump to 2.2.1
Updated READMEs
2020-01-14 18:31:00 -05:00
Brandon Taylor f1ea519c90
Merge pull request #222 from alsoicode/bugfix/sortable-inline-tabular-selector
Bugfix/sortable inline tabular selector
2020-01-14 18:28:44 -05:00
Brandon Taylor 8311881f2f Fixed overzealous selector for sortable tabular inlines. 2020-01-14 18:26:49 -05:00
Brandon Taylor 4054d51b17 Dropped Django 1.6.7 from Travis 2019-12-28 09:16:25 -05:00
Brandon Taylor c9f486c955 Updated Travis to include Python 3.6 and Django 3 2019-12-28 08:45:49 -05:00
Brandon Taylor 99bf2fb5f2 Version bump to 2.2.0
Updated README.
Updated models to be compliant with Django 3.
2019-12-07 17:36:54 -05:00
Brandon Taylor 45478baa7b
Merge pull request #218 from cjtapper/master
Remove deprecated template tag libraries.
2019-12-07 17:22:30 -05:00
Chris Tapper 01fc6a18b6 Remove deprecated template tag libraries.
`{% load staticfiles %}` and `{% load adminstatic %}` were
[deprecated in Django 2.1](https://docs.djangoproject.com/en/2.2/releases/2.1/#features-deprecated-in-2-1),
and [removed in Django 3.0](https://docs.djangoproject.com/en/dev/releases/3.0/#features-removed-in-3-0).

Instead, `{% load static %}` should be used.
2019-10-27 18:51:55 +01:00
Brandon Taylor 5cb0f1ebf8 Fix Font Awesome Icon selection scoping
- Narrowed scoping of selector so it doesn't interfere with custom widgets after drop
- Version bump to 2.0.18
- Updated README
2019-08-28 07:53:50 -04:00
Brandon Taylor d22d4d174c Version bump to 2.1.17.
Updated README
2019-07-20 11:36:54 -04:00
Brandon Taylor 71bd1be135
Merge pull request #214 from SerhiyRomanov/ukrainian_translation
Fixed empty django.mo file for Ukrainian translation (sorry for this)
2019-07-17 16:44:48 -04:00
Serhiy Romanov 9def367234 Fixed empty django.mo file for Ukrainian translation (sorry for this) 2019-07-17 22:45:14 +03:00
Brandon Taylor e069cc39c0 Version bump to 2.1.6
Updated readme with credit for Ukrainian translations.
2019-06-22 20:42:35 -04:00
Brandon Taylor 4b96c03f01
Merge pull request #212 from SerhiyRomanov/ukrainian_translation
Add Ukrainian translation
2019-06-22 20:38:26 -04:00
Serhiy Romanov f839d4d9fa Add Ukrainian translation 2019-06-22 00:04:10 +03:00
Brandon Taylor 14436afb6f Meged changes
Updated readme
Proper version bump to 2.1.15
2019-06-03 14:29:17 -04:00
Brandon Taylor 8fc4956adc Removed old .rst for README.
Updated README.md
Version bump to 2.1.11
Updated setup.py to support markdown for long description
2019-06-03 14:26:01 -04:00
Brandon Taylor bfb1969e50 Removed unused imports 2019-06-03 14:13:21 -04:00
Brandon Taylor 97003cd5cc Added matching for PAGE_VAR 2019-04-17 11:24:43 -04:00
Brandon Taylor debe9db327 Added matching for PAGE_VAR 2019-04-17 11:22:21 -04:00
Brandon Taylor eff9872799 Version bump to 2.1.14
Updated readme
2019-02-23 07:59:00 -05:00
Brandon Taylor 08ee36ee3e
Merge pull request #209 from stephrdev/improve-querystring-filter
Improve querystring filtering.
2019-02-22 07:55:56 -05:00
Stephan Jaekel cdce5e453b Improve querystring filtering.
This changed excludes more querystring parameters and relies on Django's
knowledge of what keys should be excluded. It basically does the same
what the ChangeList class would do [1].

[1] https://github.com/django/django/blob/master/django/contrib/admin/views/main.py#L91-L102
2019-02-22 11:14:07 +01:00
Brandon Taylor e2bee04990 Fix sorting for raw_id objects
- Added common function to get querystring filters
- Excluded querystring parameters used for raw_id fields
- Version bump to 2.1.13
- Updated readme
2019-02-21 09:56:08 -05:00
Brandon Taylor 9b143ca58e Applied migrations 2019-02-15 09:08:39 -05:00
Brandon Taylor 26b11e8b41 Version bump to 2.1.12
Updates to readme
2019-02-14 16:07:35 -05:00
Brandon Taylor 478600fd5a - Appplied filters to queryset check for length of items in change list
- Added conditional in template to show/hide sort link
2019-02-14 16:04:17 -05:00
Brandon Taylor 1e395ab3f0 Properly handle querystring filters 2019-02-12 11:15:17 -05:00
Brandon Taylor 598a97c997 Added extra filtering options for Project model/admin 2019-02-11 10:15:39 -05:00
Brandon Taylor de393db7c4 Version bump to 2.1.11
Updated README.
2019-01-17 13:34:33 -05:00
Brandon Taylor ff4dc3184f Fix Missing CSRF Token
- Set default CSRF_HEADER_NAME to previous value instead of Django default
- Added csrfmiddlewaretoken value to Ajax POST data from sorting views.
- Moved csrf token template tag inside object representation form
2019-01-17 13:32:02 -05:00
Brandon Taylor c15f307e5a CSRF_HEADER_NAME
- Get CSRF_HEADER_NAME from settings to pass to jquery.django-csrf.html template
- Version bump to 2.1.10
- Update readme
2019-01-14 09:40:54 -05:00
Brandon Taylor b1258afcea Version bump to 2.1.9
Updated readme.
Added filter_kwargs as a replacement to extra_filters.
2018-10-10 14:02:11 -04:00
Brandon Taylor fabd78e5be Add Positional Arguments to Get Next/Previous
Added filter_args array argument to be passed to get_next/previous methods.
Added extra boolean fields to project model for testing.
2018-10-06 09:46:34 -04:00
Brandon Taylor 2688003ac9 Update Readme
Version bump to 2.1.8
2018-10-05 10:56:48 -04:00
Brandon Taylor 1ed27acbaa Fix Sort Link
Updated conditional to not add filter expression if a search has been performed on the queryset.
2018-10-05 10:53:56 -04:00
Brandon Taylor 723b66f551
Update ReadMe
Added Buy Me A Coffee link
2018-09-13 20:25:19 -04:00