Skip to content

Commit

Permalink
Fixed django#373 - Add docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
csirmazbendeguz committed Aug 21, 2024
1 parent 5bd1cc6 commit e30684e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/howto/composite-primary-key.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,8 @@ composite primary keys are a proxy to multiple fields.
Count("pk") -- ERROR
Count("foo_set__id") -- OK
Count("foo_set") -- ERROR

Composite primary keys and admin
================================

The admin doesn't support models with composite primary keys at this time.

0 comments on commit e30684e

Please sign in to comment.