Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 15 additions & 14 deletions cli/tests/fixtures/golden/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Vendored `models.py` files from established open-source Django projects. Used
by `cli/tests/test_golden_fixtures.py` to prove `django-orm-lens` survives
real-world code at scale.

**Fetch date:** 2026-07-16
**Fetch date:** 2026-07-30

**Only `models.py` files are vendored** — no views, settings, URL routes, or
other application code. Each file is stored at its original relative path so
Expand All @@ -16,19 +16,20 @@ this tree from GitHub via `gh api`.

## Attribution

All projects below use permissive licences (Apache-2.0, BSD-2-Clause, or
BSD-3-Clause) and allow verbatim redistribution of source files with copyright
notice retained. The original licence and copyright notices remain in each file
(top-of-file headers) where present and are preserved unchanged. Each vendored
subtree is a partial copy, unmodified.

| Project | Repo | Licence | Files fetched |
|--------------|-------------------------------------------|--------------|-------------------------------------------------------------------------------|
| Zulip | https://github.com/zulip/zulip | Apache-2.0 | `zerver/models/{__init__,realms,users,messages,streams,realm_audit_logs}.py` |
| Saleor | https://github.com/saleor/saleor | BSD-3-Clause | `saleor/{product,order,discount,warehouse}/models.py` |
| Wagtail | https://github.com/wagtail/wagtail | BSD-3-Clause | `wagtail/models/{__init__,pages,sites}.py` |
| django-CMS | https://github.com/django-cms/django-cms | BSD-3-Clause | `cms/models/{__init__,pagemodel,placeholdermodel,pluginmodel}.py` |
| Mezzanine | https://github.com/stephenmcd/mezzanine | BSD-2-Clause | `mezzanine/blog/models.py` |
All projects below use permissive licences (Apache-2.0, BSD-2-Clause,
BSD-3-Clause, or MIT) and allow verbatim redistribution of source files with
copyright notice retained. The original licence and copyright notices remain
in each file (top-of-file headers) where present and are preserved unchanged.
Each vendored subtree is a partial copy, unmodified.

| Project | Repo | Licence | Files fetched |
|---------------|----------------------------------------------------|--------------|------------------------------------------------------------------------------|
| Zulip | https://github.com/zulip/zulip | Apache-2.0 | `zerver/models/{__init__,realms,users,messages,streams,realm_audit_logs}.py` |
| Saleor | https://github.com/saleor/saleor | BSD-3-Clause | `saleor/{product,order,discount,warehouse}/models.py` |
| Wagtail | https://github.com/wagtail/wagtail | BSD-3-Clause | `wagtail/models/{__init__,pages,sites}.py` |
| django-CMS | https://github.com/django-cms/django-cms | BSD-3-Clause | `cms/models/{__init__,pagemodel,placeholdermodel,pluginmodel}.py` |
| Mezzanine | https://github.com/stephenmcd/mezzanine | BSD-2-Clause | `mezzanine/blog/models.py` |
| Read the Docs | https://github.com/readthedocs/readthedocs.org | MIT | `readthedocs/projects/models.py` |

Full licence texts are available in each upstream repository's `LICENSE`
file at the linked URL above.
Loading
Loading