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-02-15
Updated FormattingTests test case to use settings contexts
Claude Paroz
2013-02-15
Merge pull request #728 from jphalip/ticket-19829
Julien Phalip
2013-02-15
Put unicode_literals into all formats.py
Alexey Boriskin
2013-02-14
Fixed #19829 -- Fixed index lookups for NumPy arrays in templates.
Julien Phalip
2013-02-15
Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on custom U...
Russell Keith-Magee
2013-02-14
Fix filtering during collection of paths in setup.py
Ramiro Morales
2013-02-14
Fixed #19823 -- Fixed memcached code example in cache docs
Claude Paroz
2013-02-14
Fixed #19819 - Improved template filter errors handling.
Michael van Tellingen
2013-02-14
Fixed a misnamed variable introduced in commit 142ec8b283
Claude Paroz
2013-02-13
Fixed #8404 -- Isolated auth password-related tests from custom templates
Claude Paroz
2013-02-13
Fixed #19693 -- Made truncatewords_html handle self-closing tags
Claude Paroz
2013-02-13
Fixed #18558 -- Added url property to HttpResponseRedirect*
Hiroki Kiyohara
2013-02-12
Fix admindocs on Python 3, where None cannot be sorted with strings.
Carl Meyer
2013-02-13
Removed try-except in django.db.close_connection()
Anssi Kääriäinen
2013-02-12
Merge pull request #719 from JonLoy/ticket_19808
Aymeric Augustin
2013-02-12
Fixed #19808 Capitalization error in example text
JonLoy
2013-02-12
Mention backward relationships in aggregate docs.
Ramiro Morales
2013-02-11
Accepted None in tzname().
Aymeric Augustin
2013-02-11
Added a check in the creation of IS NULL clauses.
Aymeric Augustin
2013-02-11
Fixed #19044 -- Made `DeletionMixin` interpolate its `success_url`.
Simon Charette
2013-02-10
Updated tutorial 1 to reflect changes in default project template.
Tim Graham
2013-02-10
Emphasized MyISAM pseudo-requirement for GeoDjango over MySQL
Claude Paroz
2013-02-10
Fixed #19112 -- Reduced the amount of query params in a test
Anssi Kääriäinen
2013-02-10
Made Query.clear_ordering force_empty arg mandatory
Anssi Kääriäinen
2013-02-10
Added a note about the default timezone and the new project template.
Tim Graham
2013-02-10
Fixed #19720 -- Oracle ordering related delete regression
Anssi Kääriäinen
2013-02-10
Fixed #19638 -- Skipped tx support testing for some DBs
Anssi Kääriäinen
2013-02-10
Fixed #19707 -- Reset transaction state after requests
Anssi Kääriäinen
2013-02-09
Made modwsgi groups_for_user consistent with check_password
Preston Holmes
2013-02-09
Added tests for some sql_* management commands
Claude Paroz
2013-02-09
Fixed #19699 - Removed "Please see the release notes" from versionadded/chang...
Tim Graham
2013-02-09
Fixed #19749 -- Documented ending param to command's self.stdout/err
Claude Paroz
2013-02-08
Fixed #18906 -- Ignored to-be-deleted forms in formset validate_unique
Claude Paroz
2013-02-08
Cleaned up some lingering signals in the test suite that were causing spuriou...
Julien Phalip
2013-02-08
Removed unneeded imports in db.models init
Claude Paroz
2013-02-08
Fixed #19779 -- Checked contrib.sites presence in RedirectFallbackMiddleware
Claude Paroz
2013-02-08
Moved import in db.backends.creation
Claude Paroz
2013-02-07
Fixed #19662 -- alter auth modelbackend to accept custom username fields
Preston Holmes
2013-02-07
Typo in i18n docs.
Ramiro Morales
2013-02-07
Fixed #19772 -- Handled APPEND_SLASH correctly in the redirects app.
Aymeric Augustin
2013-02-07
Changed test assertion strategy used in 04d9730.
Ramiro Morales
2013-02-07
Fixed #13085 -- Don't fail on creation of model with GFK to a model with __le...
Ramiro Morales
2013-02-07
Updated createsuperuser to use unicode_literals. Refs #19757.
Florian Apolloner
2013-02-07
Fixed #19706 - Tweaks to the tutorial.
Tim Graham
2013-02-07
Fixed #19756 - Corrected a ManyToMany example and added some links and markup.
Tim Graham
2013-02-07
Fixed #15808 -- Added optional HttpOnly flag to the CSRF Cookie.
Aymeric Augustin
2013-02-06
Fixed a typo in the test suite that was causing some spurious failures with p...
Julien Phalip
2013-02-06
Fixed #19704 -- Make use of new ungettext_lazy function at appropriate places
Alexey Boriskin
2013-02-06
Improved regex in strip_tags
Claude Paroz
2013-02-06
Fixed #19743 - Documented some limitations of contrib.auth.
Tim Graham
[next]