Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged pull request... #14

Closed
wants to merge 49 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
16660e4
WIP: PublisherParlerManager() and PublisherParlerModel()
jedie Aug 31, 2017
ebf7530
Bugfix ImportError if parler not installed
jedie Aug 31, 2017
98ee3cf
Ass basic test for PublisherParlerModel
jedie Aug 31, 2017
4eef8d1
move drafts()/published() to QuerySet
jedie Aug 31, 2017
11099c0
Bugfix: save() got an unexpected keyword argument 'suppress_modified'
jedie Aug 31, 2017
35e425e
django 1.10 compatibility
jedie Sep 1, 2017
a47df49
New: PublisherParlerAutoSlugifyTestModel + tests
jedie Sep 1, 2017
b9a4d8b
Merge remote-tracking branch 'origin/makefile' into develop2
jedie Sep 1, 2017
015d883
merge publish_date
jedie Sep 1, 2017
3123336
add test for model properties
jedie Sep 1, 2017
50c89b6
Bugfix wrong 'publisher_modified_at' update
jedie Sep 1, 2017
c4a15cd
add also the model properties test with PublisherParlerAutoSlugifyTes…
jedie Sep 1, 2017
af133ed
Merge branch 'parler' into develop
jedie Sep 1, 2017
bf2eedb
refactor API:
jedie Sep 4, 2017
474857a
Add 'Jens Diemer' (me) to Contributors ;)
jedie Sep 4, 2017
beb4481
Use .visible() in views
jedie Sep 4, 2017
0379bcb
refactor modul exist test
jedie Sep 5, 2017
df91d89
+test delete
jedie Sep 5, 2017
5f07d11
Bugfix clone PlaceholderField
jedie Sep 27, 2017
e429f7a
Bugfix: return instance even if nothing has been done.
jedie Oct 17, 2017
9ce4e8c
rename README
jedie Nov 14, 2017
f2f8183
project renaming / update meta data
jedie Nov 14, 2017
8f9375f
update README
jedie Nov 14, 2017
05a2d72
make test, make tox
jedie Nov 14, 2017
6555026
django-model-publisher -> django-ya-model-publisher
jedie Nov 14, 2017
7c0b375
automatically generate docs/readme.rst from /README.creole
jedie Nov 14, 2017
affe56a
Bugfix: ./setup.py test
jedie Nov 14, 2017
688ea44
+== run tests
jedie Nov 14, 2017
129d231
run tests via setup.py test
jedie Nov 14, 2017
7525ecc
update Django compatibility
jedie Nov 14, 2017
2d0afbb
update only if file exists
jedie Nov 14, 2017
bf35992
clean also __pycache__
jedie Nov 14, 2017
9a1fd40
rename /tests/ -> /publisher_tests/
jedie Nov 14, 2017
62e9027
refactory test run
jedie Nov 14, 2017
4e91d61
fix ./setup.py test
jedie Nov 14, 2017
d87ea21
"make test-all" -> "make tox"
jedie Nov 14, 2017
61c231d
Bugfix travis
jedie Nov 14, 2017
b32da7b
Bugfix travis
jedie Nov 14, 2017
5b40bd8
WIP: Bugfix travis
jedie Nov 14, 2017
6cca2e7
WIP: Bugfix travis
jedie Nov 14, 2017
c640de6
WIP: Bugfix travis
jedie Nov 14, 2017
9692330
test https://codecov.io/bash
jedie Nov 14, 2017
53fd4e8
use codecov.io
jedie Nov 14, 2017
a04bfd2
enable travis matrix
jedie Nov 14, 2017
6984001
Update README.creole
jedie Nov 14, 2017
5829a45
django-model-ya-publisher -> django-ya-model-publisher
jedie Nov 14, 2017
ca51b98
fix url in docstring
jedie Nov 14, 2017
9beeb48
Merge branch 'develop' of github.com:wearehoods/django-ya-model-publi…
jedie Nov 14, 2017
0cda7c9
release as v0.4.1
jedie Nov 14, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update Django compatibility
jedie committed Nov 14, 2017
commit 7525ecc28c11330280ed2381ca3a35cfb81cb745
6 changes: 3 additions & 3 deletions README.creole
Original file line number Diff line number Diff line change
@@ -23,10 +23,10 @@ This is a fork of [[https://github.com/andersinno/django-model-publisher-ai|ande

== Django compatibility

|= django-ya-model-publisher |= django version |= python |
| v0.4.x | 1.8, 1.11 | 2.7, 3.4, 3.5 |
|= django-ya-model-publisher |= django version |= python |
| v0.4.x | 1.8, 1.9, 1.10, 1.11 | 2.7, 3.4, 3.5, 3.6 |

TODO: Update travis configs.
Note: See travis/tox config files for current test matrix


== run tests
12 changes: 6 additions & 6 deletions docs/readme.rst
Original file line number Diff line number Diff line change
@@ -41,13 +41,13 @@ Roadmap
Django compatibility
--------------------

+---------------------------+----------------+---------------+
| django-ya-model-publisher | django version | python |
+===========================+================+===============+
| v0.4.x | 1.8, 1.11 | 2.7, 3.4, 3.5 |
+---------------------------+----------------+---------------+
+---------------------------+----------------------+--------------------+
| django-ya-model-publisher | django version | python |
+===========================+======================+====================+
| v0.4.x | 1.8, 1.9, 1.10, 1.11 | 2.7, 3.4, 3.5, 3.6 |
+---------------------------+----------------------+--------------------+

TODO: Update travis configs.
Note: See travis/tox config files for current test matrix

---------
run tests