Changes in version 3.1.0 ======================== * Added testing against Django 3.2 and 4.0. Changes in version 3.0.1 ======================== * None; addressed a packaging issue with 3.0.0 Changes in version 3.0.0 ======================== * Allowed default pickle protocol to be overriden using the `PICKLEFIELD_DEFAULT_PROTOCOL` setting. * Dropped support for Python 2. * Added testing against Django 3.0. * Dropped support for Django 1.11. Changes in version 2.1.0 ======================== * Added official support for Django 2.2 (thanks to joehybird). * Dropped support for Django 2.0 and 2.1 (thanks to joehybird). * Dropped support for Python 3.4 (thanks to joehybidd). Changes in version 2.0.0 ======================== * Silenced ``RemovedInDjango30Warning`` warnings on Django 2.0+ (thanks to canarduck). * Restructured project directories. * Disallowed the usage of empty strings for ``PickledObjectField``. That makes ``.save()``, ``.create()``, etc. raise ``IntegrityError`` if `null` is not ``True`` and no default value was specified like built-in fields do (thanks to Attila-Mihaly Balazs). * Added a check for mutable default values to ``PickledObjectField``. Changes in version 1.1.0 ======================== * Added support for Django 2.1 and dropped support for Django < 1.11. Changes in version 1.0.0 ======================== * Added a new option to prevent a copy of the object before pickling: `copy=True` * Dropped support for Django 1.4 * Dropped support for Django 1.7 * Dropped support for Python 3.2 * Added support for Python 3.6 Changes in version 0.3.2 ======================== * Dropped support for Django 1.3. * Dropped support for Python 2.5. * Silenced deprecation warnings on Django 1.8+. Changes in version 0.3.1 ======================== * Favor the built in json module (thanks to Simon Charette). Changes in version 0.3.0 ======================== * Python 3 support (thanks to Rafal Stozek). Changes in version 0.2.0 ======================== * Allow pickling of subclasses of django.db.models.Model (thanks to Simon Charette). Changes in version 0.1.9 ======================== * Added `connection` and `prepared` parameters to `get_db_prep_value()` too (thanks to Matthew Schinckel). Changes in version 0.1.8 ======================== * Updated link to code repository. Changes in version 0.1.7 ======================== * Added `connection` and `prepared` parameters to `get_db_prep_lookup()` to get rid of deprecation warnings in Django 1.2. Changes in version 0.1.6 ======================== * Fixed South support (thanks aehlke@github). Changes in version 0.1.5 ======================== * Added support for South. * Changed default to null=False, as is common throughout Django. Changes in version 0.1.4 ======================== * Updated copyright statements. Changes in version 0.1.3 ======================== * Updated serialization tests (thanks to Michael Fladischer). Changes in version 0.1.2 ======================== * Added Simplified BSD licence. Changes in version 0.1.1 ======================== * Added test for serialization. * Added note about JSON serialization for browser. * Added support for different pickle protocol versions (thanks to Michael Fladischer). Changes in version 0.1 ====================== * First public release.
Generated by dwww version 1.15 on Sat Aug 30 16:23:52 CEST 2025.