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-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
2013-02-06
Fixed #9800 -- Allow "isPermaLink" attribute in <guid> element of an RSS item.
Simon Charette
2013-02-06
Fixed #19745 -- Forced resolution of verbose names in createsupersuser
Claude Paroz
2013-02-06
Fixed a documentation warning introduced by 3f1c7b7
Simon Charette
2013-02-05
Fixed #17683 -- Make sure `BaseModelFormSet` respects defined widgets.
Simon Charette
2013-02-05
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
Simon Charette
2013-02-04
Fixed #19729 -- Removed leftover refactoring helper variables.
Ramiro Morales
2013-02-04
Fixed #19734 -- Missing values in `DATETIME_INPUT_FORMATS` doc.
Simon Charette
2013-02-04
Fixed error message test assertions under Python 3.3
Claude Paroz
2013-02-04
Fixed #17061 -- Factored out importing object from a dotted path
Claude Paroz
2013-02-04
Simplified default project template.
Aymeric Augustin
2013-02-04
Enhanced docs and docctrings added in 869c9ba.
Ramiro Morales
2013-02-04
Revert "Fixed #19724 -- Output error when settings are improperly configured"
Claude Paroz
2013-02-04
Fixed #19724 -- Output error when settings are improperly configured
Claude Paroz
2013-02-04
Fixed #19725 -- Made createsuperuser handle non-ascii prompts
Claude Paroz
2013-02-04
Fixed #19653 -- Removed `Manager.get_empty_query_set`.
Simon Charette
2013-02-03
Fixed #19730 -- Don't validate importability of settings by using i18n in man...
Ramiro Morales
2013-02-03
Fixed a typo in docs/topics/auth/customizing.txt
Tim Graham
2013-02-03
Fixed #19645 -- Added tests for TransactionMiddleware
Anssi Kääriäinen
2013-02-02
Fixed Python 3.2 compatibility for a test.
Julien Phalip
2013-02-02
Fixed #17797 -- Enabled support for PATCH requests in the dummy test client. ...
Julien Phalip
2013-02-02
Fixed #14305 -- Switched inspectdb to create unmanaged models.
Ramiro Morales
2013-02-02
Fixed #19333 -- Moved compress.py outside of the admin static folder. Thanks ...
Julien Phalip
2013-02-02
Fixed #19445 -- Skip admin fieldsets validation when the ModelAdmin.get_form(...
Nick Sandford
2013-02-02
Fixed #19700 - Added documentation for BoundField.field.
Tim Graham
2013-02-02
Lowered field ordering requirement in ogrinspect test
Claude Paroz
2013-02-02
Added missing parentheses in if clause
Claude Paroz
2013-02-02
Fixed #18144 -- Added backwards compatibility with old unsalted MD5 passwords
Claude Paroz
2013-02-02
Made ungettext_lazy usable for messages that do not contain the count.
Aymeric Augustin
[next]