summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-30Fixed small typos in custom template tags docs.Ramiro Morales
2011-04-29Fixed minor doc typo.Jannis Leidel
2011-04-29Fixed #15920 -- Removed COMMENTS_BANNED_USERS_GROUP setting in favor of the e...Jannis Leidel
2011-04-29Removed superfluous settings that were forgotten when the comments app was re...Jannis Leidel
2011-04-29Added file forgotten in r16121. Refs #5925. Thanks, Julien.Jannis Leidel
2011-04-29Fixed #5925 -- Added new lazily evaluated version of django.core.urlresolvers...Jannis Leidel
2011-04-28Fixed #15661 - LogEntry objects have no unicode methodLuke Plant
2011-04-28Fixed #11726 - FormWizard does sanity check on step number performed before d...Luke Plant
2011-04-28Fixed #7267 - UnicodeDecodeError in clean_htmlLuke Plant
2011-04-28Fixed #15070 -- Also pass current_app and use_l10n in inclusion_tags. Thanks,...Jannis Leidel
2011-04-28Fixed #15713 -- Added a form field for validating Polish National ID Card num...Jannis Leidel
2011-04-28Fixed #15637 -- Added a require_safe decorator for views to accept GET or HEA...Jannis Leidel
2011-04-28Fixed #15865 -- correct class name for BaseGenericInlineFormset. Thanks leone...Simon Meers
2011-04-28Fix heading formatting in localflavor docs.Simon Meers
2011-04-28Fixed #15885 -- Update auth view docs re: TemplateResponse. Thanks prestontim...Simon Meers
2011-04-28Fixed #15830 -- Add documentation regarding localflavor i18n. Thanks framos.Simon Meers
2011-04-27Refs #15093 -- Fixed another get_models call missed in r16053. Thanks Luke fo...Carl Meyer
2011-04-27Refs #15903 -- Added a per-TestCase urlconf to reduce coupling between test a...Carl Meyer
2011-04-27Fixed #15903 -- Allowed not-installed models to still be referenced in relate...Carl Meyer
2011-04-26Fixed a failing test in special_headers, and performed a bit of cleanup.Alex Gaynor
2011-04-26Fixed #15889 -- when trying to access to access a serializer that doesn't exi...Alex Gaynor
2011-04-26Fixed #15904 - render_comment_form executes unnecessary query for objectLuke Plant
2011-04-25Fixes #15892 -- Duplicate 'settings' import (and some unused imports) in sett...Chris Beaven
2011-04-25Fixes #14543 -- ContentTypes tests failing if auth app is not installed. Than...Chris Beaven
2011-04-24Fixed #15801 - Incorrect external link for dictConfig; thanks David Niergarth...Timo Graham
2011-04-24Fixed #15853 - typo in m2m_changed signal documentation; thanks elbarto.Timo Graham
2011-04-23Fixed #15875 - typo in F() example; thanks jblaine.Timo Graham
2011-04-23Fixed #15688 - Generic views should provide a HEAD implementationLuke Plant
2011-04-23Fixed #15819 - Fixed 1.3 regression from r15526 causing duplicate search resu...Carl Meyer
2011-04-22Fixes #15862 -- Error in post_syncdb documentation example. Thanks for the re...Chris Beaven
2011-04-22Fixed #13584 -- Optionally allow empty files with django.forms.FileField. Tha...Chris Beaven
2011-04-22Fixed #14729 -- RawQuerySet.__repr__ fails when params passed as list. Thanks...Jannis Leidel
2011-04-22Fixed #15008 -- Replaced all calls in the admin to render_to_response with Te...Jannis Leidel
2011-04-22Fixed a couple of small documentation typos.Ramiro Morales
2011-04-22Fixed #15758 -- Removed stale constants that were missed in r15983.Jannis Leidel
2011-04-22Fixed #15672 -- Refined changes made in r15918. Thanks, vung.Jannis Leidel
2011-04-22Fixed #14091 - be more correct about logging queries in connection.queries.Jacob Kaplan-Moss
2011-04-22Fixed #15698 -- Fixed inconsistant handling of context_object_name in paginat...Jannis Leidel
2011-04-22Fixed #15673 -- Allow limit_choices_to to use a tuple for __in filters. Thank...Jannis Leidel
2011-04-22Fixed #15705 -- Added Croatian (hr) localflavor. Thanks, Zlatko MaĊĦek and Ju...Jannis Leidel
2011-04-22Fixed #15013 -- Added Russian (ru) localflavor package. Thanks, blackraven an...Jannis Leidel
2011-04-22Fixed #15662 -- Made sure the module_has_submodule utility function follow co...Jannis Leidel
2011-04-22Fixed #13810 -- Truncate numbers correctly when given number of decimal posit...Jannis Leidel
2011-04-22Fixed #13689 -- Convert the per_page value to an integer upon initialization ...Jannis Leidel
2011-04-22Fixed #11321 -- Handle timezones correctly in conjunction with naturalday fil...Jannis Leidel
2011-04-22Fixed #12771 -- Added naturaltime filter to humanize contrib app. Thanks, phi...Jannis Leidel
2011-04-22Fixed #12379 -- Added Chinese (cn) localflavor package. Thanks, Xia Kai, Dani...Jannis Leidel
2011-04-22Fixed #11639, #13618 -- Added get_prepopulated_fields method to ModelAdmin an...Jannis Leidel
2011-04-22Fixed #11531 -- Removed unused dateparse.js from admin JavaScript directory.Jannis Leidel
2011-04-22Fixed #11283 -- Made sure that latest() clears previously specified ordering ...Jannis Leidel