summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2008-08-22Fixed #8046 -- The first filter() call on a related manager for many-to-manyMalcolm Tredinnick
2008-08-22Fixed Oracle backend limit/offset SQL to again use extra_select, properly thi...Matt Boersma
2008-08-22Fixed #7947 -- Handle the display of OneToOneField in model forms correctly. ...Brian Rosner
2008-08-22Fixed #8485: Reordered imports in the database backends to ensure that the av...Russell Keith-Magee
2008-08-22Fixed #8136: Added a signal emission when an error is raised handling an erro...Russell Keith-Magee
2008-08-21Fixed #8446 -- Typo fix in the French translation. Thanks, steadicat.Malcolm Tredinnick
2008-08-21Fixed #8456 -- Updated Georgian translation from David Avsajanishvili.Malcolm Tredinnick
2008-08-21Fixed #7233 -- Ensured that QueryDict classes are always unpicklable. ThisMalcolm Tredinnick
2008-08-21When logging in, change the session key whilst preserving any existingMalcolm Tredinnick
2008-08-21Estonian updates (Thanks Erik Allik)Marc Fargas
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-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-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 #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-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 #8178: Cleaned up the rendering of exceptions on the error template. Th...Russell Keith-Magee
2008-08-16Fixed #8229: Added handling for a special case in the validation of Spanish I...Russell Keith-Magee