Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
prep for version 0.2.1.6
  • Loading branch information
pydanny committed Aug 9, 2012
1 parent 0055916 commit 99e03c0
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Expand Up @@ -2,6 +2,8 @@
CHANGELOG
=========

# 0.2.16 ListFields can be added and updated @garrypolley

# 0.2.15 Editing or Adding a document does not require all fields to be filled out @garrypolley

# 0.2.14 Fixed pymongo version thanks to @marsam and pagination fixes thanks to @jerzyk
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,4 +1,4 @@
Copyright (c) 2011 Daniel Greenfeld and contributors.
Copyright (c) 2011, 2012 Daniel Greenfeld and contributors.

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -2,7 +2,7 @@
django-mongonaut
================
:Info: An introspective interface for Django and MongoDB.
:Version: 0.2.15
:Version: 0.2.16
:Author: Daniel Greenfeld (http://pydanny.com)

About
Expand Down Expand Up @@ -34,7 +34,7 @@ Get mongoengine (and pymongo):

Get the code::

pip install django-mongonaut==0.2.15
pip install django-mongonaut==0.2.16
Install the dependency in your settings.py::

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '0.2'
# The full version, including alpha/beta/rc tags.
release = '0.2.15'
release = '0.2.16'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
3 changes: 2 additions & 1 deletion docs/index.rst
Expand Up @@ -46,8 +46,9 @@ Introspection of pymongodata
Data Management
----------------------------

* **[in progress]** Editing on ListFields and EmbeddedDocumentsFields
* **[in progress]** EmbeddedDocumentsFields
* **[in progress]** Admin authored Collection level document control functions
* Editing on ListFields
* Document Deletes
* Editing on most other fields including ReferenceFields.
* Automatic detection of widget types
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Expand Up @@ -11,7 +11,7 @@ Get MongoDB::

Get the code::

pip install django-mongonaut==0.2.15
pip install django-mongonaut==0.2.16
Install the dependency in your settings file (settings.py):

Expand Down
2 changes: 1 addition & 1 deletion mongonaut/__init__.py
@@ -1,6 +1,6 @@
__author__ = 'Daniel Greenfeld'

VERSION = (0, 2, 15)
VERSION = (0, 2, 16)


def get_version():
Expand Down

0 comments on commit 99e03c0

Please sign in to comment.