0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 11 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Retrieve the configured appid from app.yaml in the integration test rather than hard-coding google-app-engine-django. More... over 12 years ago
Add simplejson from the 1.5.2 SDK update to the list of path additions. More... over 12 years ago
Add paths needed for new modules included with SDK 1.5.3. More... over 12 years ago
Handle username / email changes in upstream Google Account More... almost 13 years ago
Add support for Django 1.2. More... about 13 years ago
Improve Django 1.2 compatibility. Don't freak out if save is passed a using keyword argument, just ignore it. More... over 13 years ago
Allow any non-error response value in the integration tests. More... over 13 years ago
Fix issue with application name embedded in test data. More... over 13 years ago
Update SUPPORTS_TRANSACTIONS attribute to what is expected by Django 1.2. More... over 13 years ago
Improve Django 1.2 compatibility. More... over 13 years ago
Prevent attempts to initialize the helper code multiple times within a process which can trigger a variety of failures. More... over 13 years ago
Add fancy_urllib import for SDK 1.3.6 compatibility. More... over 13 years ago
Add _deferred attribute required by newer versions of Django. More... almost 14 years ago
Ensure the same interpreter is used when testing subcommands. More... almost 14 years ago
Improve User.get_djangouser_for_user by using a key_name based on the App Engine User.user_id() More... almost 14 years ago
Adds new dependency, ipaddr, from SDK
termie
as andyster
More... about 14 years ago
Fix Compatibility with App Engine SDK 1.3.0 More... over 14 years ago
Remove unnecessary check that required objects being deserialized to have a key_name. More... over 14 years ago
Add an import hack to fix reported import problems on Ubuntu 9.10 More... over 14 years ago
Fix typo introduced in r91. More... over 14 years ago
Improve the ability to serialize and deserialize datetime, date and time objects from the datetime module. More... over 14 years ago
Improve test robustness * Disable flaky runserver test until a more stable solution can be found, addresses Issue #79. * Remove extraneous logging from the integration_test. More... over 14 years ago
updates for django 1.1 compat for dumpdata and fix old serialization bug
termie
as andyster
More... over 14 years ago
quick fix for python 2.6 logging issue
termie
as andyster
More... over 14 years ago
fix threading module issue in django 1.1
termie
as andyster
More... over 14 years ago
Adding support for support for mutliple versions of Django (1.0 and 1.1) Actual support for Django 1.1 still on the way, it took quite some time to write a test that fails under 1.1 and not 1.0
termie
as andyster
More... over 14 years ago
refactorings in preparation of sdk 1.2.5 support and django 1.1 support
termie
as andyster
More... over 14 years ago
fixed management commands to allow skipped files
termie
as andyster
More... almost 15 years ago
update library to allow usage of built-in django 1.0
termie
as andyster
More... almost 15 years ago
band-aid solution for DJANGO_SETTINGS_MODULE becoming unset by webapp.template More... almost 15 years ago