Commit Graph

622 Commits (871b9417fae0f2a55f28d2404c91bd92dd395c25)

Author SHA1 Message Date
Boyinapalli Sandeep Dora 871b9417fa
Update setup.py 2022-10-28 11:42:10 +05:30
Brandon Taylor b9c1f3e0c4
Merge pull request #252 from gafderks/gafderks-patch-1
Specify UTF8 encoding for readme
2022-03-12 19:03:22 -05:00
Geert Derks 15766e79d8
Specify UTF8 encoding for readme 2022-01-18 00:13:42 +01:00
Brandon Taylor 844b51456f - Version bump to 2.3.0
- Updated readme
2021-12-21 20:37:48 -05:00
Brandon Taylor b0c25c303c
Merge pull request #250 from michael-k/gh-actions-python3.10-django4.0
Switch from Travis CI to GitHub Actions and run tests against Python 3.10 and Django 4.0
2021-12-16 20:58:56 -05:00
Michael Käufl c44edfe40a
Run tests against Python 3.10 and Django 4.0 2021-12-16 12:57:57 +01:00
Michael Käufl 3ae816d64d
Switch from Travis CI to GitHub Actions 2021-12-16 12:56:14 +01:00
Brandon Taylor aaaa92ba37
Merge pull request #248 from mjr/master
Support Django 4.0
2021-12-13 15:44:00 -05:00
Manaia Junior 508e9f35d6
Replace deprecated django.conf.urls with django.urls 2021-12-13 17:30:10 -03:00
Brandon Taylor c0874bfd7e
Merge pull request #245 from sh-cho/patch-1
Update REAMDME
2021-07-27 08:25:36 -04:00
Seonghyeon Cho 5aeaa27f5b
Add warning emojis 2021-07-26 23:31:24 +09:00
Seonghyeon Cho f9a896f469
Fix space for nested list in markdown 2021-07-26 23:29:27 +09:00
Brandon Taylor 5671331b22
Merge pull request #244 from galuszkak/feature/update
chore: cleanup and add support for Python 3.9
2021-07-18 08:56:32 -04:00
Kamil Gałuszka 51f850f04b chore: cleanup and add support for Python 3.9 2021-07-17 01:11:19 +02:00
Brandon Taylor b56ded8f0f
Update README.md 2021-04-08 09:12:16 -04:00
Brandon Taylor a6ea566ee8
Merge pull request #238 from genisysram/master
Adding code to run on Powersystem
2020-12-09 08:50:15 -05:00
genisysram b4dad1896b
added ppc64le architecture 2020-12-03 20:24:14 +05:30
genisysram fd50e61037
added code to run on power system 2020-11-20 21:45:23 +05:30
genisysram b69c482dec
Update .travis.yml 2020-11-09 10:39:31 +05:30
Brandon Taylor 757deb302d
Merge pull request #233 from alsoicode/develop
Develop
2020-07-24 10:11:41 -04:00
Brandon Taylor 58e03a5ebf
Merge pull request #232 from blag/better-docs
Better docs
2020-07-24 10:11:12 -04:00
blag 5e9e0b3564
Add section on many-to-many relations 2020-07-22 01:55:34 -07:00
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