blag
|
7ed44fa84b
|
Add section title to sortable model with non-sortable parent
|
2020-07-22 01:55:34 -07:00 |
blag
|
616dcdfd7a
|
Remove incorrect long_description_content_type argument
|
2020-07-22 01:55:33 -07:00 |
blag
|
eb3f18b09e
|
Use a context manager to read README.rst
|
2020-07-22 01:55:33 -07:00 |
blag
|
3209998569
|
Add code-block segments to documentation
|
2020-07-22 01:55:33 -07:00 |
blag
|
2e5f7addf4
|
Update usage docs
|
2020-07-22 01:55:33 -07:00 |
Brandon Taylor
|
795dc26275
|
Merge pull request #230 from alsoicode/develop
Develop
|
2020-07-21 20:30:11 -04:00 |
Brandon Taylor
|
7180833e6d
|
Merge pull request #228 from blag/update-gitignore
Add a few more generated things to .gitignore
|
2020-07-21 20:29:46 -04:00 |
Brandon Taylor
|
e90dc03b2c
|
Merge pull request #229 from blag/fix-saving-with-specified-order-value
Fix saving with specified order value
|
2020-07-21 20:29:34 -04:00 |
blag
|
de6eef8213
|
Add test for default order field value check
|
2020-05-26 17:35:19 -07:00 |
blag
|
45b54a3402
|
Don't apply a default value if the value is already specified
|
2020-05-26 17:27:50 -07:00 |
blag
|
3082950549
|
Add a few more generated things to .gitignore
|
2020-05-26 15:10:48 -07:00 |
Brandon Taylor
|
7deb73c806
|
Merge pull request #227 from blag/develop
Fixups and improvements
|
2020-05-26 16:30:18 -04:00 |
blag
|
01591305a3
|
Update tox with updated Django and Python versions (except for Django 2.2 and Python 3.5)
|
2020-05-26 13:16:30 -07:00 |
blag
|
3443c300d0
|
Remove Python 3.6+ only code
|
2020-05-26 12:54:28 -07:00 |
blag
|
9e352ec474
|
Add Django 2.2 to the build matrix
|
2020-05-26 12:22:30 -07:00 |
blag
|
387e9b8f2f
|
Relax Django version to 3.0 (to use the latest 3.0.x)
|
2020-05-26 12:22:09 -07:00 |
blag
|
f93cac291b
|
Remove Python 3.4 from the build matrix
|
2020-05-26 12:20:18 -07:00 |
blag
|
21cab41381
|
Use Python 3's urllib.parse.urlencode instead of django.utils.six
|
2020-05-26 12:15:12 -07:00 |
blag
|
899f92f53a
|
Return an HTTP 400 if the queryset size has changed since the page was loaded
|
2020-05-25 18:45:10 -07:00 |
blag
|
1b700e0b25
|
Use Python 3.6's ordered dictionaries
|
2020-05-25 18:45:10 -07:00 |
blag
|
a6fb5d0d36
|
Lock filtered objects before updating them in bulk
|
2020-05-25 18:45:10 -07:00 |
blag
|
00eb3fdb30
|
Pass the queryset filters from the request into the object_rep.html template
|
2020-05-25 18:45:09 -07:00 |
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 |