Commit Graph

  • d9913f1eec
    Bump version to 6.8b5 master v6.8b5 Swen Kooij 2024-07-02 07:45:57 +03:00
  • 3b973361d3 Display pointer cursor when hovering tabs Swen Kooij 2024-07-02 06:35:50 +03:00
  • 4c5d45f25a Fix tabs displaying in Django 5.x seroy 2024-05-31 11:36:13 +04:00
  • c95f2332cf
    Display pointer cursor when hovering tabs fix-tabs-displaying-django-5x Swen Kooij 2024-07-02 06:35:50 +03:00
  • 7be370d1cf
    Fix tabs displaying in Django 5.x seroy 2024-05-31 11:36:13 +04:00
  • e6527fff4c Don't double key transform in lookups Swen Kooij 2024-07-01 16:34:57 +03:00
  • 25259b8469 Silence our own deprecation warning when running the tests Swen Kooij 2024-07-02 06:49:15 +03:00
  • 84beade9e0 Make Django tests use USE_TZ = True to silence Django 5.x deprecation warning Swen Kooij 2024-07-02 06:33:55 +03:00
  • 150f671115 Pin click version for Black Swen Kooij 2024-07-02 06:33:38 +03:00
  • c35844b471 Fix type hint for required kwarg Roman Selivanov 2021-07-09 14:22:59 +03:00
  • 5bb16af6a4
    Support for Django 4 (#101) v6.8b4 Tudor Văran 2024-06-04 12:49:13 +03:00
  • a55986d28c Bump version number to 6.8b3 v6.8b3 Bogdan Hopulele 2024-03-01 19:49:55 +02:00
  • bcd1f1cc1a Relax "deprecation" dependency Bogdan Hopulele 2024-03-01 18:05:03 +02:00
  • 463c415be2 Add deconstruct method for LocalizedBleachField for it to be recognized in django migrations GRazvan12 2024-01-23 17:32:42 +02:00
  • fbc1eec754 Bump version number to 6.8b1 v6.8b1 Swen Kooij 2024-01-23 13:55:51 +01:00
  • 911251ebaa
    Prevent LocalizedBleachField from escaping values (#97) Gherman Razvan 2024-01-23 14:52:37 +02:00
  • a9906dd159 Bump version number to v6.7 v6.7 Swen Kooij 2023-08-10 14:44:20 +02:00
  • a66b3492cd
    Add LocalizedBooleanField (#93) Gherman Razvan 2023-08-10 15:33:47 +03:00
  • bc494694f5 Rename default test database to localized_fields Swen Kooij 2023-08-09 11:26:23 +02:00
  • b0cfaea2b4 Fix instructions for creating Postgres super user Swen Kooij 2023-08-09 11:25:48 +02:00
  • 8c7d0773f7 Bump version number to v6.6 v6.6 Swen Kooij 2021-11-08 15:08:48 +02:00
  • cc911d4909 LocalizedAutoSlugField should only warn about deprecation if used Swen Kooij 2021-11-08 15:08:08 +02:00
  • 0f30cc1493 Ignore build/ folder v6.5 Swen Kooij 2021-11-08 14:39:32 +02:00
  • 0d1e9510cf Fix broken Django icon in README Swen Kooij 2021-11-08 14:39:20 +02:00
  • 25c1c24ccb Declare support for Django 3.2 and Python 3.9 Swen Kooij 2021-11-08 14:38:01 +02:00
  • bd3005a7e9 Bump version number to 6.5 Swen Kooij 2021-11-08 14:36:55 +02:00
  • 7902d8225a Do not set default_app_config for Django 3.2 and newer Swen Kooij 2021-11-08 14:36:45 +02:00
  • f024e4feb5 Bump version to v6.4 v6.4 Swen Kooij 2021-03-22 07:47:23 +02:00
  • 92cb5e8b1f Add LocalizedValue.is_empty() Swen Kooij 2021-03-22 07:47:00 +02:00
  • 5c298ef13e Bump version number to 6.3 v6.3 Swen Kooij 2021-03-13 14:01:51 +02:00
  • 1b3e5989d3 LocalizedUniqueSlugField should properly deconstruct 'enabled' flag Swen Kooij 2021-03-13 13:45:22 +02:00
  • d57f9a41bb Mark pytest as a third-party library for isort Swen Kooij 2021-03-13 13:32:01 +02:00
  • bd8924224e Add flag to disable LocalizedUniqueSlugField Swen Kooij 2021-03-13 13:24:36 +02:00
  • 62e1e805c7 Bump version number to v6.2 v6.2 Swen Kooij 2020-12-07 10:49:36 +02:00
  • afc39745bf Bump version number to 6.2rc1 Swen Kooij 2020-11-30 12:28:03 +02:00
  • 1406954dec
    Merge pull request #91 from SectorLabs/immutable-slugs Swen Kooij 2020-11-30 12:26:47 +02:00
  • afb94ecf66 Add a flag to make LocalizedUniqueSlugField immutable Swen Kooij 2020-11-27 16:35:33 +02:00
  • 7ba0ff60ec Bump version number to 6.1 v6.1 Swen Kooij 2020-11-25 13:27:11 +02:00
  • 63fb79b02b
    Merge pull request #90 from SectorLabs/prevent-memory-leak Swen Kooij 2020-11-25 13:24:41 +02:00
  • 8ed09f712d Prevent accumulating redundant data Cristi Ingineru 2020-11-25 12:00:11 +02:00
  • e10ed0e693 Bump version number to 6.0 v6.0 Swen Kooij 2020-10-07 11:58:51 +03:00
  • da4b1701c7 add tests for ActiveRef and TranslatedRef lookups seroy 2020-07-08 17:32:28 +03:00
  • c9ae71aec7 introduce ActiveRef and TranslatedRef lookups seroy 2020-07-08 17:30:59 +03:00
  • ce6ed4a513 Upgrade django-postgres-extra for Django 3.1 compatibility Swen Kooij 2020-10-07 11:54:11 +03:00
  • 9f99e2cdb0 Declare support for Python 3.9 and Django 3.1 in README Swen Kooij 2020-10-07 11:53:10 +03:00
  • da7e39c071 Set junit_family=legacy to keep the same coverage report Swen Kooij 2020-10-07 11:51:49 +03:00
  • 5a9ff191d4 Use force_str() over force_text() Swen Kooij 2020-10-07 11:51:27 +03:00
  • c06d09f7d8 Run tests against Django 3.1 Swen Kooij 2020-10-07 11:48:09 +03:00
  • fd2d85064f Run tests against officially released Python 3.9 Swen Kooij 2020-10-07 11:47:59 +03:00
  • 44aefb4e0b Bump version number to 6.0b5 Swen Kooij 2020-04-29 12:58:49 +03:00
  • f982eac7d8
    Merge pull request #85 from SectorLabs/default-callables-admin-form Swen Kooij 2020-04-29 12:53:13 +03:00
  • f775883790
    Merge pull request #83 from belkka/patch-1 Swen Kooij 2020-04-29 12:52:15 +03:00
  • 7f48903137 Change from docstring comment to normal tudorvaran 2020-04-29 12:16:25 +03:00
  • 3bf4435622 Disable show_hidden_initial for localized forms tudorvaran 2020-04-28 21:23:03 +03:00
  • 77e8807876 Revert "Fix callable default usage in admin forms" tudorvaran 2020-04-28 21:16:15 +03:00
  • f807212cf3 Fix callable default usage in admin forms tudorvaran 2020-04-28 18:31:15 +03:00
  • dbd337520e
    Fix dead link to django-postgres-extra docs belkka 2020-03-30 15:43:13 +03:00
  • a21ff53cb9 Bump version number to 5.4.2 v5.4.2 v5.x Swen Kooij 2020-03-10 13:16:03 +02:00
  • 74c119d32a Bump version number to 6.0b4 Swen Kooij 2020-03-10 13:15:22 +02:00
  • 36a2dda2b1
    Add support for FloatField on v6 (#81) Alexandru Arnăutu 2020-03-10 12:49:46 +02:00
  • 98330ad38c
    Update README.md (#82) Alexandru Arnăutu 2020-03-10 12:49:35 +02:00
  • 8968b0c7a8
    Format and lint code Alexandru Arnautu 2020-03-10 09:33:34 +02:00
  • 5e1d46669c Create LocalizedNumericValue with __int__ and __float__ methods Alexandru Arnautu 2020-03-09 15:36:51 +02:00
  • 0f1d6636f6 Add tests for float field Alexandru Arnautu 2020-03-09 12:21:40 +02:00
  • 5ed1a1219d Add LocalizedFloatField Alexandru Arnautu 2020-03-09 12:12:45 +02:00
  • 0d9ec6385c Add LocalizedFloatValue Alexandru Arnautu 2020-03-09 12:12:18 +02:00
  • e4bd26ece2
    Add support for storing Float values (#80) Alexandru Arnăutu 2020-03-10 09:21:11 +02:00
  • 21a42a383c Bump version number to 6.0b3 Swen Kooij 2020-02-17 12:58:42 +02:00
  • 701114c20e
    Merge pull request #78 from SectorLabs/default-values-callables Swen Kooij 2020-02-17 12:58:02 +02:00
  • bc63c57598 LocalizedIntegerField not LocalizedIntegerValue tudorvaran 2020-02-12 17:11:14 +02:00
  • 905bfd4353 Format with black tudorvaran 2020-02-12 17:05:17 +02:00
  • a9a5add303 Manual code format tudorvaran 2020-02-12 16:55:39 +02:00
  • 598b8ca65e Add test tudorvaran 2020-02-12 16:51:34 +02:00
  • 47367da401 Accept callables as values in fields tudorvaran 2020-02-12 16:37:44 +02:00
  • fbaef6e1ac Add missing long_description_content_type to setup.py Swen Kooij 2020-01-06 17:15:37 +01:00
  • 49d88af76a Python 3.6, 3.9 and Django 3.0 compatibility Swen Kooij 2020-01-06 15:46:40 +01:00
  • 53d7cd0c66
    Merge pull request #74 from jar3b/django-30-support Swen Kooij 2020-01-06 16:44:59 +01:00
  • 311843f647 feat: add django 3.0 support in tests and readme jar3b 2019-12-15 01:17:56 +03:00
  • 769066a461 fix: remove django.utils.six import and usage due to Django 3.0 dropped support for it jar3b 2019-12-14 23:12:01 +03:00
  • e5ea632f24 Fix typo in the constraints docs Swen Kooij 2019-10-21 17:39:02 +03:00
  • 801fa477f1 Remove admin widget image (is in docs now) Swen Kooij 2019-10-20 18:29:49 +03:00
  • a198440a64 Remove annoying quotes around 'master' in README v5.4.1 Swen Kooij 2019-10-20 18:20:10 +03:00
  • 5945c3f531 Update pip install command for 5.4.1 Swen Kooij 2019-10-20 18:19:07 +03:00
  • 3fd862ce4d Bump version number to 5.4.1 Swen Kooij 2019-10-20 18:15:05 +03:00
  • dad7f164cd Pin dependency down to django-postgres-extra <2.0 Swen Kooij 2019-10-20 18:14:12 +03:00
  • 7c6d3b026d Ensure release is not compatible with django-postgres-extra 3.0 Swen Kooij 2019-10-20 18:11:08 +03:00
  • 65d0811995 Store tests results for python 3.8 job Swen Kooij 2019-10-20 18:10:21 +03:00
  • 92b1dce239 Set LOCALIZED_FIELDS_EXPERIMENTAL to True by default Swen Kooij 2019-10-20 18:05:06 +03:00
  • 2bcab4d83a Always run tests against python 3.8 Swen Kooij 2019-10-20 17:56:18 +03:00
  • 6490f3908c Add warning about v6 Swen Kooij 2019-10-20 17:58:36 +03:00
  • 82a6efcffe Update links to RTD pages in README Swen Kooij 2019-10-20 17:55:51 +03:00
  • a8549d6ad3 Ignore pip-wheel-metadata dir Swen Kooij 2019-10-20 17:53:36 +03:00
  • 7d4e40647a Update example database URL in README Swen Kooij 2019-10-20 17:53:21 +03:00
  • 4a81363853 django_bleach is a known third party library Swen Kooij 2019-10-20 17:51:51 +03:00
  • e6ce2da161 Replace README with Markdown version Swen Kooij 2019-10-20 17:43:41 +03:00
  • 3bf7926c57 Split analysis and test dependencies Swen Kooij 2019-10-20 17:41:31 +03:00
  • 8c78e5f978 Add readthedocs config Swen Kooij 2019-10-20 17:14:02 +03:00
  • cdf1831d35 Add sphinx based docs Swen Kooij 2019-10-20 17:11:33 +03:00
  • 7bf0311306 Add a language argument to LocalizedValue.translate(..) Swen Kooij 2019-10-20 16:49:33 +03:00
  • e5dcc1b492 Fix #72: LocalizedIntegerField should sort numerically, not lexicographically Swen Kooij 2019-10-19 15:12:19 +03:00