Merge branch 'master' into dev
Conflicts: docs/guide/signals.rst python-mongoengine.spec
This commit is contained in:
commit
90bfa608dd
@ -9,7 +9,11 @@ Signal support is provided by the excellent `blinker`_ library and
|
|||||||
will gracefully fall back if it is not available.
|
will gracefully fall back if it is not available.
|
||||||
|
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
The following document signals exist in MongoEngine and are pretty self explanatory:
|
The following document signals exist in MongoEngine and are pretty self explanatory:
|
||||||
|
=======
|
||||||
|
The following document signals exist in MongoEngine and are pretty self-explanatory:
|
||||||
|
>>>>>>> master
|
||||||
|
|
||||||
* `mongoengine.signals.pre_init`
|
* `mongoengine.signals.pre_init`
|
||||||
* `mongoengine.signals.post_init`
|
* `mongoengine.signals.post_init`
|
||||||
|
@ -22,6 +22,7 @@ Requires: pymongo
|
|||||||
Requires: python-blinker
|
Requires: python-blinker
|
||||||
Requires: python-imaging
|
Requires: python-imaging
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
MongoEngine is an ORM-like layer on top of PyMongo.
|
MongoEngine is an ORM-like layer on top of PyMongo.
|
||||||
|
|
||||||
@ -53,9 +54,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* Thu Oct 27 2011 Pau Aliagas <linuxnow@gmail.com> 0.5.3-1
|
* Thu Oct 27 2011 Pau Aliagas <linuxnow@gmail.com> 0.5.3-1
|
||||||
- Update to latest dev version
|
- Update to latest dev version
|
||||||
* Add PIL dependency for ImageField
|
* Add PIL dependency for ImageField
|
||||||
|
|
||||||
* Wed Oct 12 2011 Pau Aliagas <linuxnow@gmail.com> 0.5.2-1
|
* Wed Oct 12 2011 Pau Aliagas <linuxnow@gmail.com> 0.5.2-1
|
||||||
- Update version
|
- Update version
|
||||||
|
|
||||||
* Fri Sep 23 2011 Pau Aliagas <linuxnow@gmail.com> 0.5.0-1
|
* Fri Sep 23 2011 Pau Aliagas <linuxnow@gmail.com> 0.5.0-1
|
||||||
- Initial version
|
- Initial version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user