-
I have found that when I am trying to confirm email, then UserManager__Views.confirm_email_view calls
self.db_manager.save_user_and_user_email(user, user_email) witch in turns calls self.db_adapter.s…
-
Other interested parties: @jsfenfen @lukerosiak
Summary:
Using the x,y coordinates of a scanned form's fields, treat the search for interesting regions of a document as a geo-search.
With an idea …
-
Um pattern muito legal, que as vezes esquecemos de usar o Value Object ou VO, em resumo eles são objetos sem identidade conceitual, eles existem para compor outros objetos, um exemplo disso é o Dateti…
-
## Affected Version
4.6
## Description
I have a fairly straight forward many-many relationship
```
class Collection extends DataObject {
private static $many_many = [
'Products' =…
-
This is a place to further discuss a standalone ORM.
# Goals
Here are some of my goals, some of which have been articulated by others:
- Standalone ORM that can be used independently of QCubed.
- Pe…
-
The documentation has these passages:
> The same database layout is used by django-hvad, making a transition to django-parler rather easy. [1](https://django-parler.readthedocs.io/en/stable/backgro…
-
### Apache Airflow version
Other Airflow 2 version (please specify below)
### What happened
Airflow version: `v2.3.3+astro.2`.
We've encounter this issue twice this year. Something causes…
-
Hi, I had a case where I had the following (this is example code):
```python
class Book:
...
author_id = Column(Integer, ForeignKey('author.id'), nullable=False)
author = relationship…
-
Currently everything is just saved in memory using InMemoryDBHandler, which basically just mocks a database.
For actual usage we obviously need a way to persist state across application restarts.
…
-
I'm not sure what causes this, but the app got stuck returning nothing but the following, refusing to access MySQL otherwise:
```
Traceback (most recent call last):
File "/usr/local/lib/python2.7/…
nosmo updated
9 years ago