plain.models 0.34.0__py3-none-any.whl → 0.34.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
plain/models/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # plain-models changelog
2
2
 
3
+ ## [0.34.1](https://github.com/dropseed/plain/releases/plain-models@0.34.1) (2025-06-23)
4
+
5
+ ### What's changed
6
+
7
+ - Fixed Markdown bullet indentation in the 0.34.0 release notes so they render correctly ([2fc81de](https://github.com/dropseed/plain/commit/2fc81de)).
8
+
9
+ ### Upgrade instructions
10
+
11
+ - No changes required
12
+
3
13
  ## [0.34.0](https://github.com/dropseed/plain/releases/plain-models@0.34.0) (2025-06-23)
4
14
 
5
15
  ### What's changed
@@ -12,6 +22,6 @@
12
22
  - Replace any `DATABASES` definition in your settings with a single `DATABASE` dict (keys are identical to the inner dict you were previously using).
13
23
  - Remove any `DATABASE_ROUTERS` configuration – multiple databases are no longer supported.
14
24
  - Update import sites:
15
- - `from plain.models import connections` → `from plain.models import db_connection`
16
- - `from plain.models import router` → (no longer needed; remove usage or switch to `db_connection` where appropriate)
17
- - `from plain.models.connections import DEFAULT_DB_ALIAS` → (constant removed; default database is implicit)
25
+ - `from plain.models import connections` → `from plain.models import db_connection`
26
+ - `from plain.models import router` → (no longer needed; remove usage or switch to `db_connection` where appropriate)
27
+ - `from plain.models.connections import DEFAULT_DB_ALIAS` → (constant removed; default database is implicit)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plain.models
3
- Version: 0.34.0
3
+ Version: 0.34.1
4
4
  Summary: Database models for Plain.
5
5
  Author-email: Dave Gaeddert <dave.gaeddert@dropseed.dev>
6
6
  License-File: LICENSE
@@ -1,4 +1,4 @@
1
- plain/models/CHANGELOG.md,sha256=hfP-bOwp6iYORlLqZJK1H3ASMrqqxpEV3L4Z8pLDyVY,1264
1
+ plain/models/CHANGELOG.md,sha256=COnA--DTd1IojcgEcH2Z0CC4Yp5t8NA5GWXkhyAy0pE,1582
2
2
  plain/models/README.md,sha256=vsZPev3Fna-Irdcs3-wrOcAoII5LOhXdcWLBMT87CS0,1626
3
3
  plain/models/__init__.py,sha256=dnU6MOXs3lGoK31nLWjCqbf7zigkaUccomchz9lNDJ8,2950
4
4
  plain/models/aggregates.py,sha256=P0mhsMl1VZt2CVHMuCHnNI8SxZ9citjDLEgioN6NOpo,7240
@@ -113,8 +113,8 @@ plain/models/sql/where.py,sha256=ezE9Clt2BmKo-I7ARsgqZ_aVA-1UdayCwr6ULSWZL6c,126
113
113
  plain/models/test/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
114
114
  plain/models/test/pytest.py,sha256=5mxY1MHqfCFJ7G39W1DuE0vCHfsfehQQmOyE6vI6caw,3323
115
115
  plain/models/test/utils.py,sha256=MxBNWoGMtwAtka7LbxWgilgzv7T5qqJL8ystF2SDJrs,345
116
- plain_models-0.34.0.dist-info/METADATA,sha256=gOBejPxEXPQw70jb34HSTBWkFrmvGYxlhpUBa_9DyB8,1921
117
- plain_models-0.34.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
118
- plain_models-0.34.0.dist-info/entry_points.txt,sha256=IYJAW9MpL3PXyXFWmKmALagAGXC_5rzBn2eEGJlcV04,112
119
- plain_models-0.34.0.dist-info/licenses/LICENSE,sha256=m0D5O7QoH9l5Vz_rrX_9r-C8d9UNr_ciK6Qwac7o6yo,3175
120
- plain_models-0.34.0.dist-info/RECORD,,
116
+ plain_models-0.34.1.dist-info/METADATA,sha256=dkV8i5GN8rOwJHDF5jdZK-Q82F7x8mMqi5N7EGQIBeY,1921
117
+ plain_models-0.34.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
118
+ plain_models-0.34.1.dist-info/entry_points.txt,sha256=IYJAW9MpL3PXyXFWmKmALagAGXC_5rzBn2eEGJlcV04,112
119
+ plain_models-0.34.1.dist-info/licenses/LICENSE,sha256=m0D5O7QoH9l5Vz_rrX_9r-C8d9UNr_ciK6Qwac7o6yo,3175
120
+ plain_models-0.34.1.dist-info/RECORD,,