Skip to content

Commit 4311f06

Browse files
authored
docs: rename NanoidBase -> NanoIDBase (#381)
docs: rename NanoidBase -> NanoIDBase Signed-off-by: Alexey Rysev <[email protected]>
1 parent 3ec9660 commit 4311f06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage/modeling.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Advanced Alchemy provides several base classes optimized for different use cases
3232
- UUIDv6 primary keys, Automatic created_at/updated_at timestamps
3333
* - ``UUIDv7AuditBase``
3434
- Time-sortable UUIDv7 primary keys, Automatic created_at/updated_at timestamps
35-
* - ``NanoidBase``
35+
* - ``NanoIDBase``
3636
- URL-friendly unique identifiers, Shorter than UUIDs, collision resistant
37-
* - ``NanoidAuditBase``
37+
* - ``NanoIDAuditBase``
3838
- URL-friendly IDs with audit timestamps, Combines Nanoid benefits with audit trails
3939

4040
Mixins

0 commit comments

Comments
 (0)