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
path:
root
/
docs
/
topics
Age
Commit message (
Expand
)
Author
2012-11-17
Fixed #2550 -- Allow the auth backends to raise the PermissionDenied exceptio...
Jannis Leidel
2012-11-13
fixed a broken link in the docs
Alex Gaynor
2012-11-13
Correct link to Sentry
David Cramer
2012-11-13
Fixed #19283 -- Fixed typo in imports in CBV docs.
Aymeric Augustin
2012-11-11
Merge pull request #218 from mgrouchy/ticket_18582
Aymeric Augustin
2012-11-06
Fixed #19161 - Added missing clean_password method in custom user docs
Tim Graham
2012-11-06
Fixed #19154 - Noted commit_manually requires commit/rollback for reads
Tim Graham
2012-11-05
Fixed #15591 - Clarified interaction between ModelForm and model validation.
Tim Graham
2012-11-03
Fixed #6234 -- Removed obsolete note about json and ensure_ascii
Claude Paroz
2012-11-03
Fixed #18963 -- Used a subclass-friendly pattern
Aymeric Augustin
2012-11-03
Fixed #19230 -- Extended the handler403 documentation.
Markus Zapke-Gründemann
2012-11-02
Fixed #19167 - Added a warning regarding module-level database queries
Tim Graham
2012-11-02
Fixed #15361 - Documented performance considerations for QuerySet.get()
Tim Graham
2012-11-02
Documented minimal python 3.2 version.
Florian Apolloner
2012-11-02
Fixed #19225 -- Typo in shortcuts docs.
Aymeric Augustin
2012-11-01
Added WizardView.file_storage exception message and docs
Tim Graham
2012-10-31
Fixed #17083 -- Allowed sessions to use non-default cache.
Aymeric Augustin
2012-10-30
The timeout variable wasn't defined, which was a little confusing.
Brent O'Connor
2012-10-30
Fixed #17744 -- Reset default file storage with setting_changed signal
Claude Paroz
2012-10-28
Fixed #19061 -- added is_active attribute to AbstractBaseUser
Preston Holmes
2012-10-28
Fixed #18194 -- Expiration of file-based sessions
Aymeric Augustin
2012-10-27
Added optional kwargs to get_expiry_age/date.
Aymeric Augustin
2012-10-27
Fixed #17787 -- Documented reset caches by setting_changed signal
Claude Paroz
2012-10-27
Removed a redundant colon in the query docs.
Florian Apolloner
2012-10-27
Fixed #18978 -- Moved cleanup command to sessions.
Aymeric Augustin
2012-10-26
Fixed #19191 -- Corrected a typo in CustomUser docs
Claude Paroz
2012-10-20
Fixed #7581 -- Added streaming responses.
Aymeric Augustin
2012-10-18
Fixed #19132 -- Added example for creating custom lazy function
Claude Paroz
2012-10-17
Fixed an error in cookie documentation
Preston Holmes
2012-10-16
Fixed #18548 - Clarified note regarding reusing model instances when form val...
Tim Graham
2012-10-15
Fixed #10936 - Tempered recommendation of SQLite - thanks Karen Tracey for th...
Tim Graham
2012-10-13
Fixed #19067 -- Clarified handling of username in createsuperuser.
Russell Keith-Magee
2012-10-13
Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified Us...
Russell Keith-Magee
2012-10-12
Merge pull request #422 from elvard/18996
Tim Graham
2012-10-11
Fixed #10936 - Noted that using SQLite for development is a good idea
Tim Graham
2012-10-11
Merge pull request #428 from donspaulding/patch-1
Tim Graham
2012-10-11
Fixed #16588 - Warned about field names that conflict with the model API
Tim Graham
2012-10-11
More URL reversion docs typo fixes.
Ramiro Morales
2012-10-11
Merge pull request #437 from dmedvinsky/bug/docs-typo-reversing
Tim Graham
2012-10-11
Fixed #16817 - Added a guide of code coverage to contributing docs.
Tim Graham
2012-10-11
Fix typo in URLs reversing docs
Dmitry Medvinsky
2012-10-10
Fixed #4501 - Documented how to use coverage.py with Django tests.
Tim Graham
2012-10-10
Moved F() '&' and '|' to .bitand() and .bitor()
Anssi Kääriäinen
2012-10-10
Revert "Fixed #16211 -- Added comparison and negation ops to F() expressions"
Anssi Kääriäinen
2012-10-07
Added section about URL reversion to URL mapper document.
Ramiro Morales
2012-10-06
More URL mapping documentation fixes.
Ramiro Morales
2012-10-06
Refactored URL mapping documentation.
Ramiro Morales
2012-10-06
Added assertXML[Not]Equal assertions
Claude Paroz
2012-10-06
Fixed #17435 - Clarified that QuerySet.update returns the number of rows matched
Tim Graham
2012-10-06
Fixed #19074 -- Corrected some minor issues with the new custom User docs.
Russell Keith-Magee
[next]