Skip to content
This repository has been archived by the owner on Apr 2, 2018. It is now read-only.

Commit

Permalink
Merge pull request #2 from Flyingmana/master
Browse files Browse the repository at this point in the history
some fixes to make generation work again
  • Loading branch information
beberlei committed Nov 5, 2011
2 parents 5d708f5 + 810f8f6 commit 7d14db6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
*.pyc
Binary file removed en/_exts/configurationblock.pyc
Binary file not shown.
6 changes: 4 additions & 2 deletions en/reference/working-with-objects.rst
Expand Up @@ -470,7 +470,7 @@ methods on a repository as follows:
// A single user by its nickname
$user = $dm->getRepository('User')->findOneBy(array('nickname' => 'romanb'));
.. notice::
.. note::

Querying by simple conditions only works for documents with indexed fields.

Expand Down Expand Up @@ -544,4 +544,6 @@ You can access your repository now by calling:
<?php
$admins = $dm->getRepository('User')->getAllAdminUsers();
$admins = $dm->getRepository('User')->getAllAdminUsers();

0 comments on commit 7d14db6

Please sign in to comment.