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
2013-06-28
Support 'pyformat' style parameters in raw queries, Refs #10070
Shai Berger
2013-06-27
Fixed #20571 -- Added an API to control connection.needs_rollback.
Aymeric Augustin
2013-06-27
Fixed #20590: Documented new test case ordering
Andrew Godwin
2013-06-26
Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.
Tim Graham
2013-06-26
Fixed #20658 -- Fixed bad reST formatting and missing parentheses in the docs...
Loic Bistuer
2013-06-24
Clarified get_list_or_404 docs, refs #14150.
Tim Graham
2013-06-24
Fixed #20643 -- Fixed implementation of JSONResponseMixin in CBV docs
Baptiste Mispelon
2013-06-24
Corrected minor typos in FileUploadHandler.receive_data_chunk docs.
Simon Meers
2013-06-23
Fixed errors and inconsistencies in CBV topic documentation.
Baptiste Mispelon
2013-06-21
Fixed #20612 -- Fixed incorrect wording in CBV documentation
Baptiste Mispelon
2013-06-19
Fixed broken reference in documentation.
Baptiste Mispelon
2013-06-18
Fixed #20593 -- Allow blank passwords in check_password() and set_password()
Erik Romijn
2013-06-16
Fixed #20464 -- Added a `total_error_count` method on formsets.
Baptiste Mispelon
2013-06-14
Fixed #20604 - Fixed file example in docs.
Tim Graham
2013-06-13
Fixed #20000 -- Allowed ModelForm meta overrides for label, help_text and err...
Loic Bistuer
2013-06-13
Fixed order of base classes in CBV mixin docs
Danilo Bargen
2013-06-12
Fixed #20579 -- Improved TransactionTestCase.available_apps.
Aymeric Augustin
2013-06-11
FormSet.forms is an iterable, so just iterate over it
Wilfred Hughes
2013-06-10
Fixed #20578 - Typo in BaseFormSet module name
Tim Graham
2013-06-10
Fixed #18134 -- BoundField.label_tag now includes the form's label_suffix
Gabe Jackson
2013-06-10
Added TransactionTestCase.available_apps.
Aymeric Augustin
2013-06-09
Fixed #19875 - Added warnings regarding DEBUG=False and empty ALLOWED_HOSTS
Tim Graham
2013-06-09
Update media.txt
Kenny Rachuonyo
2013-06-06
Explained that timezone.now() always returns times in UTC.
Jacob Kaplan-Moss
2013-06-05
Proofed the 1.6 release notes
Tim Graham
2013-06-04
Fixed #18924 -- Made test.Client.logout send user_logged_out signal.
Tim Graham
2013-06-01
Fixed #20543 - Typo in db model fields docs.
Tim Graham
2013-05-31
Fixed #20166 - Corrected TEST_DEPENDENCIES example in testing docs.
Tim Graham
2013-05-31
Merge pull request #1232 from fusionbox/normalize_email
Claude Paroz
2013-05-30
Tweak caching decorators/utility functions xrefs.
Ramiro Morales
2013-05-29
Don't hard-code class names when calling static methods
Gavin Wahl
2013-05-28
Fixed #20523 - Incorrect form field for FilePathField.
Tim Graham
2013-05-28
Fixed #20513 - Expanded docs on QuerySet caching.
Tim Graham
2013-05-27
Fixed #11603 - Added django.test.SimpleTestCase.assertFormsetError
Tim Graham
2013-05-27
Patch for ticket #20506 - documentation type
yishaibeeri
2013-05-25
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
2013-05-23
Fixed #20316 - Clarified transaction behavior of TestCase.
Tim Graham
2013-05-23
Fixed comments for translators example in the i18n documentation
Panagiotis H.M. Issaris
2013-05-20
Fixed #20471 - Typos in topics/forms/formsets.txt
Tim Graham
2013-05-20
Fixed #20403 -- Ignore forms marked for deletion when validating max_num.
Ryan Kaskel
2013-05-19
Changed API to disable ATOMIC_REQUESTS per view.
Aymeric Augustin
2013-05-19
Fixed #20183 - Clarified docs assumption that certain objects exist in database.
Tim Graham
2013-05-19
add missing imports to the examples in the 'Forms'
leandrafinger
2013-05-19
Add missing imports and models to the examples in internationalization and lo...
Silvan Spross
2013-05-19
Fixed some line wrapping, refs #20233
Tim Graham
2013-05-19
Fixed a rest mistake I introduced in d5ce2ff.
Aymeric Augustin
2013-05-19
Improve cookie based session backend docs.
Marc Tamlyn
2013-05-19
Merge pull request #1145 from postrational/ticket_20233
Andrew Godwin
2013-05-19
refs #20233 - Full custom user model example isn't really full
postrational
2013-05-19
Merge pull request #1129 from frog32/master
Marc Tamlyn
[next]