Skip to content

Commit ffdc9fb

Browse files
committed
Don't lie about "fully" integrated with Django migrations in README
1 parent 7bbb89f commit ffdc9fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ With seamless we mean that any features we add will work truly seamlessly. You s
3737

3838
* **Table partitioning**
3939

40-
Adds support for PostgreSQL 11.x declarative table partitioning. Fully integrated into Django migrations. Supports all types of partitioning. Includes a command to automatically create time-based partitions.
40+
Adds support for PostgreSQL 11.x declarative table partitioning. Integrated into Django migrations. Supports all types of partitioning. Includes a command to automatically create time-based partitions.
4141

4242
* **Views & materialized views**
4343

44-
Adds support for creating views & materialized views as any other model. Fully integrated into Django migrations.
44+
Adds support for creating views & materialized views as any other model. Integrated into Django migrations.
4545

4646
* **Locking models & tables**
4747

docs/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Explore the documentation to learn about all features:
1717

1818
* :ref:`Table partitioning <table_partitioning_page>`
1919

20-
Adds support for PostgreSQL 11.x declarative table partitioning. Fully integrated into Django migrations. Supports all types of partitioning. Includes a command to automatically create time-based partitions.
20+
Adds support for PostgreSQL 11.x declarative table partitioning. Integrated into Django migrations. Supports all types of partitioning. Includes a command to automatically create time-based partitions.
2121

2222
* :ref:`Views & materialized views <views_page>`
2323

24-
Adds support for creating views & materialized views as any other model. Fully integrated into Django migrations.
24+
Adds support for creating views & materialized views as any other model. Integrated into Django migrations.
2525

2626
* :ref:`Locking models & tables <locking_page>`
2727

0 commit comments

Comments
 (0)