This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Validate IP format in Session #130
Comments
flyusfly
pushed a commit
that referenced
this issue
Jul 21, 2016
. Add a new IPAddressField type. . Update IP type from CharField to IPAddressField. . Add a new Session factory test to know if a session can be instanciated. . Add 2 session tests (IP valid & IP not valid test).
flyusfly
pushed a commit
that referenced
this issue
Jul 21, 2016
. Move session tests from test_models to test_session. . Re-write valid/unvalid IP Address session tests.
flyusfly
pushed a commit
that referenced
this issue
Jul 22, 2016
- As defined in ban/auth/models.py, IPAddressField is not mandatory.
flyusfly
pushed a commit
that referenced
this issue
Jul 22, 2016
. Create an empty session factory object without ip definition (IPAddressField is not mandatory).
flyusfly
pushed a commit
that referenced
this issue
Jul 24, 2016
. Add a new IPAddressField type. . Update IP type from CharField to IPAddressField. . Add a new Session factory test to know if a session can be instanciated. . Add 2 session tests (IP valid & IP not valid test).
flyusfly
pushed a commit
that referenced
this issue
Jul 24, 2016
. Add a new IPAddressField type. . Update IP type from CharField to IPAddressField. . Add a new Session factory test to know if a session can be instanciated. . Add 2 session tests (IP valid & IP not valid test).
flyusfly
pushed a commit
that referenced
this issue
Jul 25, 2016
. Add a new IPAddressField type. . Update IP type from CharField to IPAddressField. . Add a new Session factory test to know if a session can be instanciated. . Add 2 session tests (IP valid & IP not valid test).
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using an IPField.
The text was updated successfully, but these errors were encountered: