summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-31Added introspection tests for most of Django model fieldsClaude Paroz
2013-01-31Merge pull request #690 from rafales/ticket_19711Aymeric Augustin
2013-01-31Fixed #19711 -- Typo in __all__ declaration in django/test/simple.pyRafal Stozek
2013-01-31Deprecated undocumented warnings manipulation testing tools.Ramiro Morales
2013-01-31Fixed #19708 -- Exception in timezone.override(None).Aymeric Augustin
2013-01-31Fixed #19692 -- Completed deprecation of mimetype in favor of content_type.Aymeric Augustin
2013-01-31Attempted to reduce version mismatch problems in the tutorial.Aymeric Augustin
2013-01-30Merge pull request #686 from skrr/ticket_19703Claude Paroz
2013-01-30Added file forgotten in 23e319d7.Aymeric Augustin
2013-01-30Fixed #19034 -- Added proper i18n pluralization for max/min length validation...Claude Paroz
2013-01-30Changed "versionadded" after the decision to backport.Aymeric Augustin
2013-01-30Fixed #19076 -- Added content_type attribute to TemplateView.Aymeric Augustin
2013-01-30Fixed #19160 -- Made lazy plural translations usable.Aymeric Augustin
2013-01-30fixed minor typo #19703Simon Kerr
2013-01-29Fixed #19552 -- Enhanced makemessages handling of ``{# #}``-style template co...Ramiro Morales
2013-01-29Implemented some SpatiaLiteOperations as cached propertiesClaude Paroz
2013-01-29Fixed typos in docs and commentsTim Graham
2013-01-29Updated metrics on the documentation.Aymeric Augustin
2013-01-29Fixed #19683 - Added a missing import in signing example.Tim Graham
2013-01-28Added HTML5 url input typeClaude Paroz
2013-01-28Added HTML5 email input typeClaude Paroz
2013-01-28Fixed #19676 -- Supported 'self' foreign keys in inspectdb.Aymeric Augustin
2013-01-28Fixed #19677 -- Introspection of recursive foreign keys under SQLite.Aymeric Augustin
2013-01-27Fixed two malformed links.Tim Graham
2013-01-26Fixed #16123 -- Ensured strptime receive proper string typeClaude Paroz
2013-01-26Fixed #18483 -- Marked hidden field error string for translationClaude Paroz
2013-01-26Fixed #17158 -- Used a non-ambiguous representation of SQL queriesAymeric Augustin
2013-01-26Moved BooleanField 'required' validation in validate()Claude Paroz
2013-01-26Fixed #19589 -- assertRegexpMatches is deprecated in Python 3.3.Aymeric Augustin
2013-01-26Fixed #19540 -- Stopped using deprecated os.stat_float_times.Aymeric Augustin
2013-01-26Fixed validation of email addresses when the local part contains an @.Aymeric Augustin
2013-01-25Used property decorators in django/forms.pyClaude Paroz
2013-01-25Fixed #18460 -- Fixed change detection of ReadOnlyPasswordHashFieldClaude Paroz
2013-01-25Moved has_changed logic from widget to form fieldClaude Paroz
2013-01-25Revert "Patch by Claude for #16084."Ramiro Morales
2013-01-25Added more shortcuts to i18n docs in index page.Ramiro Morales
2013-01-25Patch by Claude for #16084.Ramiro Morales
2013-01-25Fixed #19665 -- Ensured proper stderr output for Command.run_from_argvClaude Paroz
2013-01-25Fixed #19577 - Added HTML escaping to admin examples.Tim Graham
2013-01-24Fixed #6682 -- Made shell's REPL actually execute $PYTHONSTARTUP and `~/.pyth...Ramiro Morales
2013-01-24Fixed #19639 - Updated contributing to reflect model choices best practices.Tim Graham
2013-01-24Fixed a typo.Florian Apolloner
2013-01-24More i18n makemessages tests tweaks.Ramiro Morales
2013-01-24Minor optimization in the static serve view.Aymeric Augustin
2013-01-24Fixed #19125 -- The startproject command should validate the name earlierClaude Paroz
2013-01-24Fixed #17416 -- Added widgets argument to inlineformset_factory and modelform...Nick Sandford
2013-01-23Fixed typo.Justin Bronn
2013-01-23Fixed #19610 - Added enctype note to forms topics doc.Tim Graham
2013-01-22Merge pull request #666 from mjtamlyn/dup-select-relatedPreston Holmes
2013-01-23Remove dup_select_related method.Marc Tamlyn