question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

PasswordField & PickledField on 3?

See original GitHub issue

http://docs.peewee-orm.com/en/latest/peewee/changes.html#fields

What are the alternatives for PasswordField and PickledField on 3.x ?. What are you using if you need PasswordField and PickledField on 3.x ?.

The Documentation dont mention alternatives. 🤔

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
ghostcommented, Feb 9, 2018

Thank you very much!.

Field now lives here, in case someone still need it, or to ease migration to 3.x: https://github.com/juancarlospaco/peewee-extra-fields#pickledfield 😃

1reaction
dromercommented, Sep 27, 2018
Read more comments on GitHub >

github_iconTop Results From Across the Web

Changes in 3.0 — peewee 3.15.3 documentation
This document describes changes to be aware of when switching from 2.x to 3.x. ... the extension fields PasswordField , PickledField and AESEncryptedField...
Read more >
How to create Password Field in Model Django - Stack Overflow
Use widget as PasswordInput from django import forms class UserForm(forms.ModelForm): password = forms.CharField(widget=forms.
Read more >
Changes in 3.0 - 《Peewee 3.5.0 Documentation》 - 书栈网 ...
This document describes changes to be aware of when switching from 2.x to 3.x. ... the extension fields PasswordField , PickledField and AESEncryptedField...
Read more >
peewee Documentation - Read the Docs
Now we have stored 3 people in the database. ... Removed the extension fields PasswordField, PickledField and AESEncryptedField. Querying.
Read more >
peewee — Debian unstable
Now we have stored 3 people in the database. Let's give them some pets. ... Removed the extension fields PasswordField, PickledField and AESEncryptedField....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found