Commit Graph

103 Commits

Author SHA1 Message Date
Benjamin Dauvergne c38f63e80b comaptibility with python 3.11 (#86369)
gitea/django-journal/pipeline/head This commit looks good Details
2024-01-31 12:32:25 +01:00
Valentin Deniaud 4dceb85085 misc: apply double-quote-string-fixer (#79788) 2023-08-16 11:52:27 +02:00
Emmanuel Cazenave 0f865c8f17 django 3.2: stop using @python_2_unicode_compatible (#66101) 2022-06-09 15:38:54 +02:00
Paul Marillonnet 7233202758 misc: apply black/isort/pyupgrade (#54260) 2021-07-15 16:11:51 +02:00
Emmanuel Cazenave bc58bd50f1 django 2.2: use format_html instead of allow_tags (#54257) 2021-05-25 12:22:47 +02:00
Emmanuel Cazenave 4b15d53a35 import url functions from django.urls (#49062) 2020-12-02 17:45:56 +01:00
Emmanuel Cazenave c39e1471de make the middleware compatible with MIDDLEWARE setting (#49062) 2020-12-02 17:45:04 +01:00
Emmanuel Cazenave af27a1bc4b declare on_delete behaviour on ForeignKey (#49062) 2020-12-02 17:44:34 +01:00
Emmanuel Cazenave 547fe4abb5 admin: replace unicode by force_text (#46563) 2020-09-14 09:03:55 +02:00
Emmanuel Cazenave 921a1eadc3 add python3 support (#40614) 2020-03-10 15:10:36 +01:00
Emmanuel Cazenave 1dca515624 prevent inconsistent use of db alias (#36028) 2019-09-12 10:58:27 +02:00
Emmanuel Cazenave e87527a2c4 add compatiblity with django 1.11 (#21145) 2019-07-11 15:52:15 +02:00
Emmanuel Cazenave efd2da126f make error_record resilient to None in 'using' arg (#33788) 2019-07-02 19:49:48 +02:00
Emmanuel Cazenave c757033a56 tests improvements (#33788)
Move tests in their own directory, add code coverage, run tests using postgres.
2019-07-02 19:32:53 +02:00
Emmanuel Cazenave 36cd6a5cd6 create a jenkins pipeline (#33771) 2019-06-06 17:51:17 +02:00
Emmanuel Cazenave 68240dc15c make the app compliant with the migrate command (#33657) 2019-06-04 11:44:38 +02:00
Emmanuel Cazenave 9162ee88e3 release 1.25.2 2018-04-19 14:35:34 +02:00
Benjamin Dauvergne f345362f56 release 1.25.1 2017-12-13 17:15:29 +01:00
Benjamin Dauvergne 3ebef31d1e adapt to recent version of django-model-utils 2017-03-20 13:27:05 +01:00
Benjamin Dauvergne 22feec5800 release 1.24.2 2016-03-11 12:00:40 +01:00
Benjamin Dauvergne a7491b206e bump release to 1.24.1
Fix translations compile on Django 1.7
2014-09-03 09:15:57 +02:00
Benjamin Dauvergne 46c2d5a5b5 bump version to 1.24.0 2014-05-27 10:57:53 +02:00
Benjamin Dauvergne 131285e24b bumpt version to 1.23.0 2014-01-30 21:45:00 +01:00
Benjamin Dauvergne cf1a9f460f use Django 1.6 atomic if available instead of our own implementation 2014-01-30 21:43:47 +01:00
Benjamin Dauvergne fd5c7bae01 do not try to keep Tag and Template in a cache, it does not play well with transaction rollbacks
We should only fill a cache of models when outside of a transaction.
2014-01-30 21:36:01 +01:00
Benjamin Dauvergne 398931f83c bumpt release to 1.22.0 2014-01-30 17:18:17 +01:00
Benjamin Dauvergne 9e5353317e fix overwriting of tags in the record function 2014-01-30 17:17:20 +01:00
Benjamin Dauvergne 1895ffd5a1 bump release to 1.21.0 2013-09-26 12:03:21 +02:00
Benjamin Dauvergne ce45ccac9c actions: add column containing id of objects for objectdata 2013-09-26 11:54:56 +02:00
Benjamin Dauvergne 26cdba197b actions: change export_csv to also exports object and string data in columns 2013-09-26 11:31:14 +02:00
Benjamin Dauvergne 0a90cc8f55 managers: fix the for_tag() method
the Q object is not in the django.db.models package
2013-09-26 10:59:48 +02:00
Benjamin Dauvergne da289d52f1 bump release to 1.20.0 2013-07-30 10:08:05 +02:00
Benjamin Dauvergne 3aa73f2c35 log all tags starting with error- at the error level, add a warning level handling 2013-07-30 10:06:47 +02:00
Benjamin Dauvergne bb40b01d42 bump release to 1.19.0 2013-06-11 10:20:09 +02:00
Benjamin Dauvergne 8f93c63dc1 do not encode log message to utf-8 before sending them to the legacy logging framework 2013-06-11 10:11:38 +02:00
Benjamin Dauvergne 5b10aecf3b bump release to 1.18.0 2013-06-06 09:51:00 +02:00
Benjamin Dauvergne c1e05b0cde bump version to 1.17.0 2013-05-13 14:58:54 +02:00
Benjamin Dauvergne 7ec75222ab locale: remove binary translation file 2013-05-13 14:58:34 +02:00
Benjamin Dauvergne 0aaee509ff models: fix misuse of GenericForeignKey, it does not support the versbose_name keyword argument 2013-05-13 14:58:08 +02:00
Benjamin Dauvergne 63b73b0385 bump version to 1.16.0 2013-05-13 14:55:24 +02:00
Benjamin Dauvergne e2fa5c2a8d bump version to 1.15.0 2013-05-13 14:53:07 +02:00
Benjamin Dauvergne 5eec39cd7d update french translations 2013-05-13 14:52:30 +02:00
Benjamin Dauvergne 037dc11d07 admin: uncapitalize getter field short_description 2013-05-13 14:50:51 +02:00
Benjamin Dauvergne d4e65a645a models: uncapitalize verbose_name of models 2013-05-13 14:49:58 +02:00
Benjamin Dauvergne 6b2ce81f34 models: add verbose_name declaration to fields 2013-05-13 14:47:18 +02:00
Benjamin Dauvergne 7870735b88 bump version to 0.14.0 2013-04-24 17:33:17 +02:00
Benjamin Dauvergne 9aeb9f0225 models: add method Journal.add_object_tag(tag_name, obj)y 2013-04-24 17:32:51 +02:00
Benjamin Dauvergne 68bbade8f2 do not clobber models module with django.db.models 2013-04-24 17:32:14 +02:00
Benjamin Dauvergne 4b129ddcba models: move managers to their own module, use django-model-utils 2013-04-24 17:31:49 +02:00
Benjamin Dauvergne aec3048e33 bump version to 1.13.0 2013-04-11 00:38:08 +02:00