We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f858781 commit 3e07411Copy full SHA for 3e07411
README.md
@@ -26,7 +26,7 @@ simple model field taking it's value from a postgres sequence. This is an easy
26
---
27
28
## Installation
29
-- Run `pip install sequence-field`
+- Run `pip install django-sequencefield`
30
- Use a (Small/Big)IntegerSequenceField in one of your model
31
- Add a SequenceConstraint into the same model to name the sequence field to use and which id should take values from this sequence constraint
32
0 commit comments