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