djangae
djangae copied to clipboard
The best way to run Django on Google Cloud. This project is now on GitLab: https://gitlab.com/potato-oss/djangae/djangae
Retries may be part of normal datastore operations, but right now each reply is flagged as an 'error' level msg in the logs. This change removes the retry logs, leaving...
Fixes `name` and `schedule_time` missing when scheduling a large task. - Only create the dict passed to `client.create_task` once. Ensure we don't duplicate logic and that arguments are always the...
Follow up to the main contrib.search PR. This PR is to add exact string matching when using quotes around tokens. Summary of changes proposed in this Pull Request: - -...
Summary of changes proposed in this Pull Request: - These changes prevent Django being imported from start_emulators as this causes problems if you need to access emulator services (e.g. the...
The previous method of infering the table name does not support the case where the table name has been overridden with Options.db_table Fixes #1184 Summary of changes proposed in this...
Fixes #972 Summary of changes proposed in this Pull Request: - Stop assuming the App Engine SDK is in the tree - Update sandbox to deal with latest gcloud SDK...
Fixes #[include a number of issue this PR is fixing]. Summary of changes proposed in this Pull Request: - yaml.load is deprecated. This PR replaces it with yaml.full_load PR checklist:...
This is a WIP branch to start restructuring Djangae to be suited for the Google App Engine Python 3 Runtime. The Datastore connector is being moved to the [django-gcloud-connectors](https://github.com/potatolondon/django-gcloud-connectors) project....
Fixes #958 Summary of changes proposed in this Pull Request: - Fixes bug in ordering of integer fields in pagination - Adds support for paginating on negative integer fields -...