mirror of
https://github.com/coleifer/peewee.git
synced 2026-05-06 07:56:41 -04:00
Prep 4.0 stuff
This commit is contained in:
+3
-3
@@ -7,9 +7,9 @@ https://github.com/coleifer/peewee/releases
|
||||
|
||||
## master
|
||||
|
||||
[View commits](https://github.com/coleifer/peewee/compare/3.20.0...master)
|
||||
[View commits](https://github.com/coleifer/peewee/compare/4.0.0...master)
|
||||
|
||||
## 3.20.0 (pending)
|
||||
## 4.0.0 (pending)
|
||||
|
||||
* Adds preliminary support for `asyncio` via a new playhouse extension. See
|
||||
[the documentation](http://docs.peewee-orm.com/en/latest/peewee/asyncio.html)
|
||||
@@ -40,7 +40,7 @@ You can either use `sqlite_ext.SqliteExtDatabase` or try the new
|
||||
`cysqlite_ext.CySqliteDatabase` if you want all the old functionality and are
|
||||
willing to try a new driver.
|
||||
|
||||
[View commits](https://github.com/coleifer/peewee/compare/3.19.0...master)
|
||||
[View commits](https://github.com/coleifer/peewee/compare/3.19.0...4.0.0)
|
||||
|
||||
## 3.19.0
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
.. image:: https://media.charlesleifer.com/blog/photos/peewee3-logo.png
|
||||
.. image:: https://media.charlesleifer.com/blog/photos/peewee4-logo.png
|
||||
|
||||
peewee
|
||||
======
|
||||
|
||||
+3
-3
@@ -42,8 +42,8 @@ source_suffix = '.rst'
|
||||
master_doc = 'index'
|
||||
|
||||
# General information about the project.
|
||||
project = u'peewee'
|
||||
copyright = u'charles leifer'
|
||||
project = 'peewee'
|
||||
copyright = 'charles leifer'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
@@ -109,7 +109,7 @@ html_theme_options = {
|
||||
# further. For a list of options available for each theme, see the
|
||||
# documentation.
|
||||
#html_theme_options = {
|
||||
# 'index_logo': 'peewee-white.png'
|
||||
# 'index_logo': 'peewee4-logo.png'
|
||||
#}
|
||||
|
||||
# Add any paths that contain custom themes here, relative to this directory.
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
peewee
|
||||
======
|
||||
|
||||
.. image:: peewee3-logo.png
|
||||
.. image:: peewee4-logo.png
|
||||
|
||||
Peewee is a simple and small ORM. It has few (but expressive) concepts, making
|
||||
it easy to learn and intuitive to use.
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.6 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.6 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
Reference in New Issue
Block a user