summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2009-07-22Bump django.VERSION for RC 1.James Bennett
2009-07-21Fixed #11487: pass long strings to Oracle as CLOB rather than NCLOB to preven...Ian Kelly
2009-07-21Fixed #11512 -- Corrected unclosed tag in HTML on debug page. Thanks to rlaag...Russell Keith-Magee
2009-07-17Fixed #11498 - fix wrong translation in admin actions form. Thanks for sayane...Jarek Zgoda
2009-07-16Fixed #11489 -- `GeoQuery.resolve_columns` now recognizes annotations; disabl...Justin Bronn
2009-07-16Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ...Russell Keith-Magee
2009-07-15Forgot to add `collect` to `GeoManager`.Justin Bronn
2009-07-13Fixed #11416 -- Restored use of the never_cache decorator on admin views. Tha...Russell Keith-Magee
2009-07-11Forgot to add the `collect` GeoQuerySet method to correspond to the `Collect`...Justin Bronn
2009-07-11Fixed #11107 -- Corrected the generation of sequence reset SQL for m2m fields...Russell Keith-Magee
2009-07-09Fixed GEOS & GDAL C function prototypes to explicitly use a subclass of `c_ch...Justin Bronn
2009-07-07Updated Spanish translationMarc Fargas
2009-07-07Updated catalan Translation.Marc Fargas
2009-07-03Fixed #11413 -- Added notes on the cycle and firstof tag detailing that varia...Russell Keith-Magee
2009-07-03Fixed #10922 -- Corrected handling of POST data to ensure that the right obje...Russell Keith-Magee
2009-07-02Fixed #10834 -- Corrected [11120] to ensure that there is a difference betwee...Russell Keith-Magee
2009-06-30Fixed #11357: contrib.admindocs now correctly displays many-to-many relations...James Bennett
2009-06-29Fixed #11401 -- Update geographic admin to use OpenLayers 2.8 as OpenStreetMa...Justin Bronn
2009-06-29Fixed #11249, #11261 -- Blocks may now be overridden again `google-map.js` te...Justin Bronn
2009-06-29Fixed #11381 -- `GeoManager` + `select_related` + nullable `ForeignKey` now w...Justin Bronn
2009-06-29Fixed #10834 -- Added bucket condition to ensure that URL resolvers won't eve...Russell Keith-Magee
2009-06-24Fixed #11327 -- Added missing prefix in HTML id in admin-docs. Prefix origina...Russell Keith-Magee
2009-06-18Fixed #11270 -- Modified cache template tag to prevent the creation of very l...Russell Keith-Magee
2009-06-17Fixed #9268 -- Ensured that the next argument is passed on when previewing co...Russell Keith-Magee
2009-06-15Fixed #9023 -- Corrected a problem where cached attribute values would cause ...Russell Keith-Magee
2009-06-15Fixed #11311 -- Reverted [10952], Refs #10785. Changeset [10952] caused probl...Russell Keith-Magee
2009-06-14Fixed #11316 -- Fixed a Python 2.3 compatibilty issue with [10966] (in Python...Gary Wilson Jr
2009-06-12Fixed support for GDAL 1.6 on Windows. Thanks to jtia for spotting this.Justin Bronn
2009-06-12Fixed #9367 - EmailMultiAlternatives does not properly handle attachments.Luke Plant
2009-06-11Fixed #11302 -- Avoid unnesscary (and possibly unintentional) queries/results...Brian Rosner
2009-06-11Fixed #11245, #11246 -- Fixed validity check of `GeoIP` pointers and leaking ...Justin Bronn
2009-06-09Fixed #11286 -- Ensured that dumpdata uses the default manager, rather than a...Russell Keith-Magee
2009-06-09Fixed #9253 -- Modified the method used to generate constraint names so that ...Russell Keith-Magee
2009-06-08Fixed #11194 -- Corrected loading of Proxy models from fixtures (and, by exte...Russell Keith-Magee
2009-06-08Fixed #10672 -- Altered save_base to ensure that proxy models send a post_sav...Russell Keith-Magee
2009-06-08Fixed #10785 -- Corrected a case for foreign key lookup where the related obj...Russell Keith-Magee
2009-06-06Fixed #11271 -- Added a translation marker for the list_editable save button....Russell Keith-Magee
2009-06-06Fixed #11082 -- Ensured that subqueries used in an exclude(X__in=) clause are...Russell Keith-Magee
2009-06-06Fixed #10572 -- Corrected the operation of the defer() and only() clauses whe...Russell Keith-Magee
2009-06-03Fixed #9479 -- Corrected an edge case in bulk queryset deletion that could ca...Russell Keith-Magee
2009-06-03Fixed #11087 -- Fixed the `Count` annotation when used with `GeoManager`. Th...Justin Bronn
2009-05-30Fixed #11200 -- Now use a `set` data structure for `GoogleMap` icons so that ...Justin Bronn
2009-05-29Fixed a few Python 2.3 incompatibilities that were causing test failures.Gary Wilson Jr
2009-05-29Fixed #11216 and #11218 -- Corrected a few typos, thanks buriy.Gary Wilson Jr
2009-05-28Updated Argentinian spanish translation, 100% complete as of r10858.Ramiro Morales
2009-05-28Changes to `ImageFileDescriptor` and `ImageField` to fix a few cases of setti...Gary Wilson Jr
2009-05-26Fixed #11070 -- Removed JING_PATH setting, which was no longer used. Thanks f...Adrian Holovaty
2009-05-20Fixed #10867: make the makemessages command ignore files and only process dir...Jacob Kaplan-Moss
2009-05-20Fixed #11134: signals recievers that disconnect during their processing no lo...Jacob Kaplan-Moss
2009-05-20Polish translation updated.Jarek Zgoda