adi
8b8f070df8
Merge pull request #202 from artu-hnrq/patch-1
...
fix: documentation <code> tags
2021-10-08 17:13:42 +02:00
adi
59cfb9449d
Merge pull request #206 from f213/master
...
Django 3.1 support
2021-10-08 17:11:48 +02:00
adi
0ae31e0b27
Merge pull request #208 from bellini666/patch-1
...
Fix python format in fr locale file
2021-10-08 17:07:51 +02:00
Thiago Bellini Ribeiro
83eb086761
Fix python format in fr locale file
2021-07-22 17:45:10 -03:00
Fedor Borshev
998fbdb738
Testing against Django 3.1
2021-04-16 22:37:13 +03:00
Fedor Borshev
af06d9ca4f
Dropped python 3.5 support
2021-04-16 22:34:59 +03:00
Fedor Borshev
1824e18b72
Migrated to modern django urlconf
2021-04-16 22:23:40 +03:00
Arthur Henrique
26e70d0077
fix: documentation code tags
...
It fix render error in documentations's Contributions [Quick Reference][1] table, in `--with-npm-settings` argument
[1]: https://neutronx.github.io/django-markdownx/contributions/#quick-reference
2021-03-10 14:46:37 -03:00
adi
30f2930fb3
Docs update
2020-02-25 20:36:54 +01:00
adi
359f31350f
Exclude in dist
2020-02-25 20:20:34 +01:00
adi
4156071bae
v3.0.1
2019-12-28 10:00:42 +01:00
adi
8f33cae6c2
Revert "Closes #165 : get_internal_type returns TextField"
...
This reverts commit 21cae7f261 .
2019-12-28 09:59:32 +01:00
adi
39f306e93e
Tests revert url
2019-12-26 23:57:47 +01:00
adi
21cae7f261
Closes #165 : get_internal_type returns TextField
2019-12-26 21:06:01 +01:00
adi
4b34e6ce71
Closes #167 : Deprecation, removes in Django 4 Warnings
2019-12-26 20:30:25 +01:00
adi
533d0bbcbf
Many small updates to version 3.0
2019-12-26 20:24:46 +01:00
adi
3f557058d7
Docs update
2019-12-26 20:22:57 +01:00
adi
8cdad13f94
Merge branch 'master' of ssh://github.com/neutronX/django-markdownx
...
* 'master' of ssh://github.com/neutronX/django-markdownx:
Fix the compiling docs from sphinx to mkdocs
2019-12-26 14:53:04 +01:00
adi
db68ad3678
Merge pull request #149 from ppiyakk2/master
...
Fix the compiling docs from sphinx to mkdocs
2019-12-26 14:48:48 +01:00
adi
1ddacf1e73
Removing support of Django < 2
2019-12-26 14:48:21 +01:00
adi
f0cb0d683f
Supported Django and Python versions #2
2019-12-26 14:40:11 +01:00
adi
e139a7c914
Supported Django and Python versions
2019-12-26 14:38:45 +01:00
adi
30b043a840
Removing django.utils.six, update travis.yml
2019-12-26 14:29:15 +01:00
adi
1bc84b64c8
Travis update, cleanup code
2019-12-26 14:23:16 +01:00
SeongSoo Cho
bb2dfe2528
Fix the compiling docs from sphinx to mkdocs
2019-02-16 14:42:35 +09:00
adi
8357e0a64e
v2.0.28
2018-11-21 22:10:14 +01:00
adi
ccd1961ba8
Closes #143 : Error when invalid image upload
2018-11-21 20:18:12 +01:00
adi
8d0a2f1ffb
Docs rebuilt
2018-11-16 23:17:06 +01:00
adi
36711a408d
Merge branch 'feature/markdown-docs'
2018-11-16 23:14:31 +01:00
adi
a0c70b51f2
Acknowledgements added
2018-11-16 23:13:13 +01:00
adi
0949439d5b
Documentation rewritten in Markdown!
2018-11-16 23:02:06 +01:00
adi
1616751497
v2.0.27
2018-11-15 21:23:05 +01:00
adi
7550015017
Closes #142 : Missing compiled static files
2018-11-15 21:21:18 +01:00
adi
7bdb56997a
v2.0.26
2018-11-13 20:23:25 +01:00
adi
1fe373832f
Merge pull request #137 from destos/fix-missing-attrs
...
Fix missing attributes in widget rendering context
2018-11-07 21:50:47 +01:00
Frank Lanitz
39d80d50ee
Link to https version of documentation ( #140 )
2018-11-03 10:07:04 +01:00
Darkaird
e9605560f0
Handle csrf stored in sessions ( #111 )
...
* Handle csrf stored in sessions
This allow to use CSRF_USE_SESSIONS = True which store crsf token in session instead of cookies.tting CSRF_USE_SESSIONS = True.
It checks if csrf token found in cookies otherwise try to get csrf token in session.
* Remove useless line
2018-11-02 09:38:12 +01:00
Hyunwoo Park
ec23807f18
Add entrypoint.sh for preparing test db ( #134 )
...
* Add entrypoint.sh for preparing test db
* Add entrypoint.sh in contribution guide
2018-10-28 11:02:42 +01:00
adi
653711c232
2.0.25
2018-10-18 21:08:12 +02:00
Hyunwoo Park
28f2958e39
Add files related with Docker into .gitignore ( #132 )
2018-10-16 20:14:56 +02:00
Hyunwoo Park
3869bf3a0c
Fix typo on contribution guide ( #130 )
...
* Fix typo on contribution guide
* Add package.json into File created section
2018-10-16 20:14:20 +02:00
Hyunwoo Park
4b4efa865d
Fix _size problem for latest Django ( #129 )
2018-10-16 20:12:25 +02:00
Patrick Forringer
63f59beca3
Update widget render attrs with attrs from widget instance before render
2018-10-14 15:19:22 -05:00
adi
0074bb250b
2.0.24
2018-09-11 21:48:09 +02:00
Tim Graham
e329abe50d
Add testing for Django 2.1 ( #127 )
...
* Fix compatibility with pip 10+
* Fix Travis build failure on MacOS
Error: python 2.7.14 is already installed
To upgrade to 3.6.5, run `brew upgrade python`
* Add testing for Django 2.1
2018-08-29 18:43:47 +02:00
adi
a4029397cc
v2.0.23
2018-04-18 20:11:12 +02:00
Pouria Hadjibagheri
bd06b48729
Modified Django v2 directives.
2018-03-03 11:54:07 +00:00
Pouria Hadjibagheri
af8f17e141
Merge pull request #105 from WonderfulLife/fix-zero-bytes-remaining
...
Reset image stream position after using `.tell()`
2018-02-24 01:25:56 +00:00
Pouria Hadjibagheri
37827948ca
Merge pull request #100 from myii/patch-1
...
Fix typo
2018-02-24 00:54:48 +00:00
Pouria Hadjibagheri
6dffc961a6
Small correction (grammatical)
2018-02-24 00:54:28 +00:00