summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-24Fixed #10741: Updated instructions on the best gettext package to get for Win...Karen Tracey
2009-06-24Fixed #8861 -- Added note on the availability of ModelForm.instance. Thanks t...Russell Keith-Magee
2009-06-24Fixed #11327 -- Added missing prefix in HTML id in admin-docs. Prefix origina...Russell Keith-Magee
2009-06-24Fixed #10415 -- Added documentation for features added in r7627 and r7630; ex...Russell Keith-Magee
2009-06-24Fixed #11354 -- Remove stray whitespace in queryset docs. Thanks to flebel fo...Russell Keith-Magee
2009-06-24Fixed #11356 -- Added links to the growing collection of 3rd party database b...Russell Keith-Magee
2009-06-19Fixed #11344 -- Made a couple of minor clarifications to the mod_wsgi deploym...Karen Tracey
2009-06-18Fixed #11270 -- Modified cache template tag to prevent the creation of very l...Russell Keith-Magee
2009-06-18Fixed #11270 -- Corrected naming conflict in templatetag test. Thanks to stev...Russell Keith-Magee
2009-06-18Made correction to documentation change from [11045].Russell Keith-Magee
2009-06-18Fixed #11221 -- Replaced a reference to a non-existent URL with an actual exp...Russell Keith-Magee
2009-06-18Fixed #10978 -- Clarified that the include statement is part of the urlpatter...Russell Keith-Magee
2009-06-18Fixed #11253 -- Normalized the way the docs refer to TestCase.assert* methods...Russell Keith-Magee
2009-06-18Fixed #11119 -- Corrected spelling error in 1.0 porting guide.Russell Keith-Magee
2009-06-18Fixed #11141 -- Corrected a code example in the admin docs. Thanks to jodal f...Russell Keith-Magee
2009-06-18Fixed #11322 -- Clarified docs regarding middleware processing. Thanks the Mi...Russell Keith-Magee
2009-06-18Fixed #11318 -- Grammar correction in modelform docs. Thanks to seemant for t...Russell Keith-Magee
2009-06-18Fixed #11312 -- Fixed the default value given for DEFAULT_FILE_STORAGE in the...Russell Keith-Magee
2009-06-18Fixed #11278 -- Clarified query documentation regarding bulk assignment of m2...Russell Keith-Magee
2009-06-18Fixed #11272 -- Made some clarifications to the overview and tutorial. Thanks...Russell Keith-Magee
2009-06-18Fixed #10848 -- Added prairiedogg to AUTHORS.Russell Keith-Magee
2009-06-18Fixed #11339 -- Corrected typo in FAQ. Thanks Kellen.Karen Tracey
2009-06-18Refs #11336 -- Another dummy commit to force refresh of some index pages by S...Russell Keith-Magee
2009-06-17Fixed #11336 -- Dummy commit to force refresh of some index pages by Sphinx, ...Russell Keith-Magee
2009-06-17Fixed #11335 -- Corrected model reference in generic views doc. Thanks oyvind.Karen Tracey
2009-06-17Update to [11025]. This time, actually include the new generic views document...Russell Keith-Magee
2009-06-17Fixed #10336 -- Added improved documentation of generic views. Thanks to Jaco...Russell Keith-Magee
2009-06-17Fixed #9919 -- Added note on the need to mark transactions as dirty when usin...Russell Keith-Magee
2009-06-17Fixed #11328 -- Added missing imports in the sample urls.py from Tutorial 3. ...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-10Fixed #10801 -- Reverted a portion of [10371]. Practicality beats purity in t...Russell Keith-Magee
2009-06-10Fixed #10845 -- Clarified the examples for using ModelForms with fields or ex...Russell Keith-Magee
2009-06-10Fixed #10981 -- Clarified documentation regarding lazy cross-application rela...Russell Keith-Magee
2009-06-10Fixed #11056 -- Corrected reference to File class in storage docs. Thanks to ...Russell Keith-Magee
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-07Fixed #11274 -- Corrected doctests to not cause test failures due to missing ...Brian Rosner
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 #10733 -- Added a regression test for queries with multiple references ...Russell Keith-Magee