summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removed django.contrib.databrowse.Aymeric Augustin2012-12-2931-1120/+0
* Removed interpolation of post_url_continue in the admin.Aymeric Augustin2012-12-293-41/+1
* Removed django.conf.urls.defaults.Aymeric Augustin2012-12-292-14/+0
* Removed backwards-compatibility shim for #16288.Aymeric Augustin2012-12-293-100/+12
* Fixed broken links, round 4. refs #19516Tim Graham2012-12-2930-158/+164
* Avoided having an indexed TextField installed unless using postgresAnssi Kääriäinen2012-12-292-5/+9
* Fixed autopk issue in testsAnssi Kääriäinen2012-12-291-3/+6
* Added links to default widget in forms.fields documentationClaude Paroz2012-12-291-27/+27
* Fix #19524 -- Incorrect caching of parents of unsaved model instances.Aymeric Augustin2012-12-285-4/+48
* Fixed #18970 -- Documented know limitations under Python 3.Aymeric Augustin2012-12-281-5/+13
* Fixed #19498 -- refactored auth documentationPreston Holmes2012-12-2825-2786/+2920
* Fixed #19525 -- Reverted dcd4383107 and 05d333ba3b.Aymeric Augustin2012-12-273-44/+1
* Fixed broken links, round 3. refs #19516Tim Graham2012-12-2634-118/+127
* Updated documentation on localflavor translationsAymeric Augustin2012-12-261-10/+7
* Fixed #19518 -- Documented the deprecation of localflavor.Aymeric Augustin2012-12-263-14/+37
* Fixed #16408 -- Re-fixed value conversion with Spatialite backendClaude Paroz2012-12-262-1/+4
* Fixed more broken links. refs #19516Tim Graham2012-12-259-60/+65
* Updated installation FAQ entry on Python versions.Aymeric Augustin2012-12-251-2/+4
* Expanded tests added when fixing #14529.Ramiro Morales2012-12-243-21/+208
* Fixed links to DATABASE ENGINE setting. refs #19516Tim Graham2012-12-248-35/+34
* Prevented caching of streaming responses.Aymeric Augustin2012-12-242-13/+10
* Fixed #19505 -- A more flexible implementation for customizable admin redirec...Julien Phalip2012-12-245-170/+140
* Fixed #19204 -- Replaced python2-style exception syntax.Florian Apolloner2012-12-244-15/+15
* Fixed a randomly failing test under Python 3.Aymeric Augustin2012-12-241-1/+1
* Fixed HTML comparisons of class="foo bar" and class="bar foo" in testsLuke Plant2012-12-241-0/+8
* Fixed a dependence on set-ordering in testsLuke Plant2012-12-241-5/+5
* Made admin generated changelist URLs independent of dict orderingLuke Plant2012-12-243-8/+8
* Sort HTML attributes on generated formsIan Clelland2012-12-241-1/+1
* Don't rely on dictionary ordering in testsIan Clelland2012-12-244-25/+35
* Use HTML parser to compare html snippetsIan Clelland2012-12-241-21/+32
* Use new TestCase methods for equality comparisonsIan Clelland2012-12-247-20/+26
* Add assertJSONEqual method to TestCaseIan Clelland2012-12-241-0/+12
* Add assertInHTML method to TestCaseIan Clelland2012-12-241-0/+14
* Fixed #15516 -- Updated the ticket life cycle diagram.Aymeric Augustin2012-12-225-3/+2658
* Better name for a new testing documentation link.Ramiro Morales2012-12-221-1/+1
* Fixed #19509 -- Fixed crypt/bcrypt non-ascii password encodingClaude Paroz2012-12-222-49/+52
* Fixed #19468 -- Decoded request.path correctly on Python 3.Aymeric Augustin2012-12-226-19/+49
* Fixed #19487 -- Used str in the test client's WSGI environ.Aymeric Augustin2012-12-221-23/+23
* Fixed #19497 -- Refactored testing docs.Ramiro Morales2012-12-2121-802/+850
* Fixed #19506 - Remove 'mysite' prefix in model example.Tim Graham2012-12-211-2/+2
* Fixed #19387 -- Preserved SafeData status in contrib.messagesClaude Paroz2012-12-213-2/+40
* Fixed a regression in distinct_onAnssi Kääriäinen2012-12-201-1/+1
* Fixed #18854 -- Join promotion in disjunction casesAnssi Kääriäinen2012-12-203-59/+195
* Fixed #19500 -- Solved a regression in join reuseAnssi Kääriäinen2012-12-207-32/+65
* Fixed #19401 -- Ensure that swappable model references are case insensitive.Russell Keith-Magee2012-12-202-3/+28
* Fixed #18172 -- Made models with __iter__ usable in ModelMultipleChoiceFieldPatryk Zawadzki2012-12-193-2/+33
* Added PASSWORD_HASHERS to settings reference document.Ramiro Morales2012-12-191-0/+19
* Fixed #19470 - Clarified widthratio example.Tim Graham2012-12-182-8/+8
* Fixed #19442 - Clarified that raw SQL must be committed.Tim Graham2012-12-181-1/+2
* Fixed #17312 - Warned about database side effects in tests.Tim Graham2012-12-181-3/+18