openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
G
google-app-engine-helper-for-django
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 22 hours
ago. based on code collected
about 22 hours
ago.
Dec 11, 2024 — Dec 11, 2025
Showing page 4 of 4
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Update changelog with all of the major changes since the initial release.
mattbrown.nz
More...
over 17 years ago
* Update KNOWN_ISSUES with details about Django in site-packages and uploading files. * Add a link to KNOWN_ISSUES from the README.
mattbrown.nz
More...
over 17 years ago
Move the location where a local copy of the SDK is expected to be found from 'google_appengine' to '.google_appengine'. This means that the upload process will automatically ignore the SDK without having to rely on the user to correctly modify skip_files.
mattbrown.nz
More...
over 17 years ago
Update README with improved installation instructions, new functionality, information about using svn:externals and a few minor whitespace clean ups.
mattbrown.nz
More...
over 17 years ago
* Improve windows support by looking for the App Engine SDK in the standard location where it is installed (C:\Program Files\Google\google_appengine).
mattbrown.nz
More...
over 17 years ago
Improve deserialization routines to deserialize parent references without instantiating the parent Model. This allows instances with non-existant parents to be successfully loaded.
mattbrown.nz
More...
over 17 years ago
[issue 10] added some extra commands for 0.97+ to integrate with appcfg commands
termie
as andyster
More...
over 17 years ago
Wrap some long lines.
gvanrossum
More...
over 17 years ago
* Provide replacements for Django's mail functionality that send all email via the Google App Engine email API. * Modifies mail_managers and mail_admins to email the application owner if ADMINS or MANAGERS is not defined in settings. * This allows the CommonMiddleware module to be re-enabled. * Add a blacklist of middleware modules that still need to be verified instead of removing all middleware modules.
mattbrown.nz
More...
over 17 years ago
patch to make readme rst
termie
as andyster
More...
over 17 years ago
* Add logic to detect, warn and remove context processors that are not compatible with Google App Engine. * In particular, django.core.context_processors.auth * Update example settings.py to show a working TEMPLATE_CONTEXT_PROCESSORS setting.
mattbrown.nz
More...
over 17 years ago
Fix spelling mistake and add a reference to the Issue Tracker with updated workaround instructions.
mattbrown.nz
More...
over 17 years ago
Improve MacOSX support by looking for the App Engine SDK in the standard location where it is installed (/usr/local/google_appengine). A local copy of the SDK within the project will still be preferred if it is present.
mattbrown.nz
More...
over 17 years ago
Include a revision number in the generated archive.
mattbrown.nz
More...
over 17 years ago
Minor typo fix in the README.
mattbrown.nz
More...
over 17 years ago
Simple Makefile to generate a release zip.
mattbrown.nz
More...
over 17 years ago
Add README and KNOWN_ISSUES documentation.
mattbrown.nz
More...
over 17 years ago
Rearrange import and sys.path manipulation code to support embedding a copy of the SDK inside the application for development. This commit allows you to place a copy of the SDK inside your project in a directory named google_appengine. This avoids the need to add the SDK to your python path.
mattbrown.nz
More...
over 17 years ago
Tidy up helper naming and debug logging to refer to everything by the proper name: Google App Engine Helper for Django
mattbrown.nz
More...
over 17 years ago
Add a flag to the database connection object to specify whether the test datastore is inmemory or on disk.
mattbrown.nz
More...
over 17 years ago
Add support for loading any key specified in a fixture from four formats:
mattbrown.nz
More...
over 17 years ago
Allow multiple fixtures to be passed to the testserver command.
mattbrown.nz
More...
over 17 years ago
Initial import of the App Engine Django Helper module. This module (appengine_django) is nested inside a new Django project.
mattbrown.nz
More...
over 17 years ago
Initial repository structure.
mattbrown.nz
More...
over 17 years ago
←
1
2
3
4
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree