summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2008-07-31Fixed #8053 -- Corrected a bug with reset and m2m intermediate tables. Thanks...Russell Keith-Magee
2008-07-30Removed TEST_COOKIE_NAME and TEST_COOKIE_VALUE constants fromMalcolm Tredinnick
2008-07-30Fixed #7880 -- Corrected the handling of fields in the admin that specify cho...Russell Keith-Magee
2008-07-30Fixed #7990 -- Modified serializers to use StringIO, rather than cStringIO, d...Russell Keith-Magee
2008-07-30The help_text attribute in forms can be a ugettext_lazy() object, so be carefulMalcolm Tredinnick
2008-07-30Fixed #8028 -- A couple of small docstring fixes from [8131]. Thanks, Leo Soto.Malcolm Tredinnick
2008-07-30Fixed #7637 -- Added an extra parameterisation hook to the Oracle backend.Malcolm Tredinnick
2008-07-30Fixed #7992 -- Interpolate UTF-8 verbose_names correctly into unicode stringsMalcolm Tredinnick
2008-07-30Fixed #8023 -- Allow filtering of DecimalFields (in models) using strings.Malcolm Tredinnick
2008-07-29Fixed #7913 -- Corrected ham-fisted typo from [8102]. Thanks to evinrik for t...Russell Keith-Magee
2008-07-29Fixed a subtle bug (really, an inconsistency) in ForeignKey that [8132] expos...Jacob Kaplan-Moss
2008-07-29Fixed #7695 -- Modified template to trust help_text on a model field. Thanks ...Russell Keith-Magee
2008-07-29Fixed #6095 -- Added the ability to specify the model to use to manage a Many...Russell Keith-Magee
2008-07-29Fixed #7589 -- Added a way for post-table-creation SQL modifications to be do...Malcolm Tredinnick
2008-07-29Fixed #8011 -- Be careful not to evalute lazy-translated Meta.verbose_nameMalcolm Tredinnick
2008-07-29Fixed #7560 -- Moved a lot of the value conversion preparation forMalcolm Tredinnick
2008-07-28Fixed #6997 -- Corrected `num_pages` calculation when one item is in the obje...Gary Wilson Jr
2008-07-28Fixed #7853 -- Fixed another case of deleting inherited models with foreign keyMalcolm Tredinnick
2008-07-28Put back [8120] along with a small tweak. Fixed #6217.Malcolm Tredinnick
2008-07-28Back out [8120] for a bit. Refs #6217. It's having unintended side-effects (a...Malcolm Tredinnick
2008-07-27Fixed #7131 -- Updated included simplejson code to match the simplejson-1.9.2Malcolm Tredinnick
2008-07-27Made the Paginator class a bit more backwards compatible with the lecacy `Obj...Gary Wilson Jr
2008-07-27Fixed #6217 -- Reduced the memory used by each ugettext_lazy() call.Malcolm Tredinnick
2008-07-27Missing compiled messages file from previous commit.Jarek Zgoda
2008-07-27Updated Polish translation (Austrian localflavor)Jarek Zgoda
2008-07-27Updated Swedish translations.Ludvig Ericson
2008-07-27Updated Swedish translations.Ludvig Ericson
2008-07-27Fixed #6427 -- Added some more features to the Austrian localflavor.Malcolm Tredinnick
2008-07-27Fixed #7886 -- Reordered some code in Query.results_iter() to ensure that allMalcolm Tredinnick
2008-07-27Fixed #7872 -- Fixed a missed case of promoting table joins when usingMalcolm Tredinnick
2008-07-27Corrected spacing in warning message.Gary Wilson Jr
2008-07-27Fixed #7988 -- Corrected import of the warnings module, thanks richardh.Gary Wilson Jr
2008-07-27Fixed #7913 -- Corrected backwards incompatible parts of [7977] when optgroup...Russell Keith-Magee
2008-07-27Fixed #7778 -- Fixed a tricky case of foreign key clearing with inheritedMalcolm Tredinnick
2008-07-27Fixed #7530, #7716 -- When using select_related() and encountering a NULLMalcolm Tredinnick
2008-07-26Fixed #7658 -- Added some Windows-specific tempfile handling. The standardMalcolm Tredinnick
2008-07-26Fixed #4534 -- Added an "else" option to the "ifchanged" template tag.Malcolm Tredinnick
2008-07-26Fixed #7809 -- A few small updates to the French translation. Thanks, cbay.Malcolm Tredinnick
2008-07-26Fixed #7345 -- In [8089], I'd forgotten that urlparse.urlsplit() didn't returnMalcolm Tredinnick
2008-07-26Fixed #6413 -- Fixed a deadlock situation in the locmem culling implementation.Malcolm Tredinnick
2008-07-26Fixed #7345 -- When normalising the URLField form field, attach a trailingMalcolm Tredinnick
2008-07-26Fixed #7793 -- Handle sitemaps with more than 50,000 URLs in them (by usingMalcolm Tredinnick
2008-07-26Fixed #7686 -- Added an Austrian localflavor. Thanks, bernd.Malcolm Tredinnick
2008-07-26Fixed #7966 -- Send email if it has "bcc" recipients and no "to" recipients.Malcolm Tredinnick
2008-07-26Fixed #7967 -- Make sure the __contains__ method in the cache backends call theMalcolm Tredinnick
2008-07-26Fixed #7574 -- Fixed the handling of lazy translation in email headers.Malcolm Tredinnick
2008-07-26Fixed #7959 -- Small typo fix in pt_BR. Thanks, marinho.Malcolm Tredinnick
2008-07-26Fix #7910 -- Added a missing import used when "django-admin.py compilemessages"Malcolm Tredinnick
2008-07-25Fixed #7398 -- Allow for custom cache-backends to be used.Malcolm Tredinnick
2008-07-25Fixed #6109 again.Luke Plant