Ander

Results 25 comments of Ander

I think this was fixed on the following [pull request](https://github.com/jamespacileo/django-pure-pagination/pull/62) for Python 3. We just need it to be merged and release a new version.

I think this was fixed by @ekinertac on the following [pull request](https://github.com/jamespacileo/django-pure-pagination/pull/62). We just need @jamespacileo to merge it and release a new version.

Could someone please merge this fix and make a new release?

Multi DB is supported then? I am facing a strange issue when trying to execute queries using cursor within multiple DBs: - https://stackoverflow.com/questions/71109520/how-to-query-additional-databases-using-cursor-in-django-pytests Am I doing a bad use of...

What about accessing a non-default DB within a fixture, how can we do that? I know about the `db` fixture, which allows access just to the default DB: ``` @pytest.fixture()...

Hi @kenshiro-o , Have you ever tried using SQLAlchemy fixture + [Factoryboy](https://factoryboy.readthedocs.io/en/latest/orms.html#sqlalchemy)? I was wondering how Factoryboy could obtain an instance of your **session** fixture. This is the default example...

Thanks for taking the challenge @acrobat

I am sorry I am not sure what you mean by that. A regular Python file within my project?

Hey @chenxizhang thanks for debugging, but I am not sure that is the root question of the issue, because I was continuously deleting LocalStorage but still when I was calling...

I still think that is quite reasonable expecting that defining `defaultLanguage` actually takes you to the default language on the site, or at least doesn't redirect you somewhere else 🤷‍♂️