Django-lazysignup

Latest version: v2.0.0

Safety actively analyzes 628903 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 6

1.0.0

-----
* Add support for Django 1.7 migrations
* Drop support for Django 1.6 and earlier
* Add tests for custom user model
* Migrated lazy_user's user to a OneToOneField() from a ForeignKey(unique=True)

0.12.2

------

Fix another packaging error. Thanks to David Eyk (eykd) for the pull request.

0.12.1

------

Fix a packaging error. Thanks to Tamas Mako (tomako) for reporting it.

0.12.0

------

Add compatibility with Django 1.5 and Python 3.3. Note that this does not yet
explicitly support Django 1.5's new pluggable User models in any particular
way.

Thanks to Brad Pitcher for this work.

0.11.1

------

Fix packaging and docs errors.

0.11.0

------

This is a feature release, that requires a data migration. Use the
provided South migration, or add a `created` date/time field to your `LazyUser`
model manually. This field will be populated when a `LazyUser` instance is
created, and is set to the current date/time.

A `test-requirements.txt` file has been added to ease installation of test-only
dependencies.

A new-style DATABASES structure replaces the old DATABASE_* fields.

Versions of Django earlier than 1.4 are no longer supported. Nothing has been
done to explicitly prevent 1.3.x working, but it will no longer be maintained.
(Patches to restore support, if it breaks, are welcome.)

Page 2 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.