summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-19Fixed #8345 -- Updated Dutch translation from Rudolph.Malcolm Tredinnick
2008-08-19Fixed #8308 -- Updated Danish translation from Finn Gruwier Larsen.Malcolm Tredinnick
2008-08-19Fixed #8289 -- Updated Irish translation from Michael Thornhill.Malcolm Tredinnick
2008-08-19Updated Polish translations, no missing strings, but GIS-related a bit of a g...Jarek Zgoda
2008-08-19Fixed #8176 -- Updated Japanese translation from Takashi Matsuo.Malcolm Tredinnick
2008-08-18 * Updated Swedish translations. These are now at 100%, so put your viking pa...Ludvig Ericson
2008-08-18GeoDjango users may now use `django.contrib.gis.tests.run_tests` for their `T...Justin Bronn
2008-08-18Moved admin form helpers to their own module to clean-up django/contrib/admin...Brian Rosner
2008-08-18Fixed #8392 -- Corrected a typo in the project urls.py template. Thanks ramir...Brian Rosner
2008-08-18Fixed `GeoQuery.get_columns()` to be compatible with the changes in r8426.Justin Bronn
2008-08-17Updated German translationJannis Leidel
2008-08-17Fixed #8039 -- Make sure that extra(tables=...) tables are always included inMalcolm Tredinnick
2008-08-17Fixed #8113. Made `get_width_height` a `GoogleZoom` method that takes the ex...Justin Bronn
2008-08-17Added a test to show that #8063 doesn't seem to be an issue any longer.Malcolm Tredinnick
2008-08-17Changed the (internal) way extra(select=.., select_params=...) handling is doneMalcolm Tredinnick
2008-08-17Fixed #8239 -- Google App Engine has a restricted "imp" module, which doesn'tMalcolm Tredinnick
2008-08-17Fixed #8238 -- If an invalid database backend is mentioned in settings and theMalcolm Tredinnick
2008-08-17Fixed #8374 -- Add the admindocs/templates/ directory to the source tarballMalcolm Tredinnick
2008-08-17Fixed #8373 -- Corrected a bad link in the admin.txt documentation. Thanks ja...Brian Rosner
2008-08-17Fixed #8353 -- Corrected the case when adminform is not in the context when r...Brian Rosner
2008-08-17Fixed #8178: Another update to debug template to aid rendering of exception t...Russell Keith-Magee
2008-08-17Fixed #7241 -- More robust exception catching in the transaction managementMalcolm Tredinnick
2008-08-16Fixed #5133 -- Explicitly close memcached connections after each requestMalcolm Tredinnick
2008-08-16Documented that GenericForeignKey fields can't be used transparently inMalcolm Tredinnick
2008-08-16Fixed #8132 -- Updated tutorial 2 to describe the current way to customise theMalcolm Tredinnick
2008-08-16Fixed #3121 -- Made `get_or_create()` work for `RelatedManager` and `ManyRela...Gary Wilson Jr
2008-08-16Fixed #6547, added support for GeoRSS feeds in `django.contrib.gis.feeds`; ad...Justin Bronn
2008-08-16Fixed #8283 -- Fixed an edge case when adding things to the "where" tree andMalcolm Tredinnick
2008-08-16Updated the es_AR localization.Ramiro Morales
2008-08-16Fixed #8315 -- If an exception is raised whilst trying to rollback aMalcolm Tredinnick
2008-08-16Fixed #8351 -- Fixed the returned value when we attempt to load a cache-backe...Malcolm Tredinnick
2008-08-16Fixed #8007: removed mention of admin options in models from docs/design_phil...James Bennett
2008-08-16Fixed #8267: Corrected documentation for default value of DEFAULT_FILE_STORAG...James Bennett
2008-08-16Fixed #8178: Cleaned up the rendering of exceptions on the error template. Th...Russell Keith-Magee
2008-08-16Fixed #6915: Documented the fact that QuerySet.delete() may not call delete()...James Bennett
2008-08-16Fixed #8229: Added handling for a special case in the validation of Spanish I...Russell Keith-Magee
2008-08-16Fixed #7285: Improved inspectdb handling of dashes in table and field names. ...Russell Keith-Magee
2008-08-16Fixed #6935: Modified inspectdb to provide better handling for table names wi...Russell Keith-Magee
2008-08-16Fixed #8355: Removed some whitespace that was apparently causing difficulty w...Russell Keith-Magee
2008-08-16Fixes #7845: Removed a piece of stale code that was causing ./manage.py reset...Russell Keith-Magee
2008-08-16Fixed #8268: Modified admin scripts tests to use JYTHONPATH when appropriate....Russell Keith-Magee
2008-08-16Fixed #7331 -- Made `QueryDict.iteritems` behave like `QueryDict.items`, than...Gary Wilson Jr
2008-08-15Fixed #6970 -- Raise the original `IntegrityError` when all required fields a...Gary Wilson Jr
2008-08-15Fixed #8219 -- More robust date to string conversion in syndication feeds.Malcolm Tredinnick
2008-08-15Fixed #8341 -- Allow simpler subclassing of ModelAdmin and InlineModelAdmin w...Brian Rosner
2008-08-15Fixed #8299 -- Clarified the ModelAdmin.form option. Also added an inner Meta...Brian Rosner
2008-08-15Fixed #8352 -- Corrected a typo in the contenttypes.txt documentation. Thanks...Brian Rosner
2008-08-15Fixed #5270 -- Allow template tags and filters to accept an emtpy string, pat...Gary Wilson Jr
2008-08-15Fixed #8292 -- Honor filter_horizontal and filter_vertical in inlines correct...Brian Rosner
2008-08-15Fixed #8290 -- Fixed DecimalField's cleaning of values with a large number of...Gary Wilson Jr