static
|
Merge pull request #3056 from emanuelschuetze/cleanup
|
2017-03-05 23:54:09 +01:00 |
__init__.py
|
Added Django's application configuration.
|
2014-12-10 17:16:58 +01:00 |
apps.py
|
Autoupdate on user permission change.
|
2017-03-06 15:08:23 +01:00 |
config_variables.py
|
Updated all translations.
|
2017-03-05 22:25:48 +01:00 |
config.py
|
Use ckeditor in config
|
2017-01-07 14:45:58 +01:00 |
exceptions.py
|
Moved config app into the core app
|
2015-06-29 15:15:33 +02:00 |
models.py
|
Performance improvements
|
2017-01-13 13:37:18 +01:00 |
serializers.py
|
Prevent XSS-attacks (fixes #2871)
|
2017-01-30 21:04:41 +01:00 |
signals.py
|
Autoupdate on user permission change.
|
2017-03-06 15:08:23 +01:00 |
urls.py
|
New full text search on client-side (Fixed #2865).
|
2017-02-10 22:52:08 +01:00 |
views.py
|
Fixed use of PATCH and PUT. Fixed #1871.
|
2017-02-27 17:20:57 +01:00 |