summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-21Fixed #8376 -- Use request.path and request.path_info at the right moments whenMalcolm Tredinnick
2008-08-21Fixed #8381 -- Fixed a problem with appending slashes in the common middlewareMalcolm Tredinnick
2008-08-20Made it possible to pickle DateQuerySets.Malcolm Tredinnick
2008-08-20Fixed #8457 -- Fixed a missing import.Malcolm Tredinnick
2008-08-20There are some variations in the printed names of exceptions between Oracle andMalcolm Tredinnick
2008-08-20Fixed #8434 -- I forgot to update the tests when committing [8443]. Thanks,Malcolm Tredinnick
2008-08-20Refs #8445, Updated Czech translation. Thanks Petr MarhounMarc Fargas
2008-08-20Small update to German translation, removes unneeded stringsJannis Leidel
2008-08-20Closes #8427, Updated Norwegian translation (Thanks jonklo).Marc Fargas
2008-08-19Fixed Oracle backend not to use extra_select for limit/offset type queries, w...Matt Boersma
2008-08-19Fixed #8410 -- Added a missing piece of value encoding for the memcachedMalcolm Tredinnick
2008-08-19Fixed #8415 -- Fixed a typo in the localflavor for the Netherlands. Thanks,Malcolm Tredinnick
2008-08-19Fixed #7908: Added validation checks on attempts to create ForeignKey and M2M...Russell Keith-Magee
2008-08-19Fixed #8386 -- Updated Finnish translation from Ville Säävuori.Malcolm Tredinnick
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