summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-22Fixed a broken link introduced in a542b808baf.Tim Graham
2013-05-22Fixed #20478 – Added support for HTTP PATCH method in generic views.Krzysztof Jurewicz
2013-05-22Fixed #20463 -- Made get_or_create more robust.Aymeric Augustin
2013-05-22Merge pull request #246 from dekkers/ticket_18709Marc Tamlyn
2013-05-22Fixed #19895 -- Second iterator over invalid qs raises errorsAnssi Kääriäinen
2013-05-21Merge pull request #1196 from selwin/last-doc-fixTim Graham
2013-05-22Fixed #18709 -- Check if initial_value is a callableJeroen Dekkers
2013-05-22Fixed #20012 -- test_year_lookup_edge_case fails under OracleShai Berger
2013-05-22Fixed #20015 -- date__startswith('2008') fails under OracleShai Berger
2013-05-22Fixed #20453 -- inspectdb test failure on OracleShai Berger
2013-05-21Fixed #20476 -- Typo.Aymeric Augustin
2013-05-21Fixed #18702 -- Removed chunked reads from QuerySet iterationAnssi Kääriäinen
2013-05-21Slightly reworded 'last()' docs.Selwin Ong
2013-05-21Fixed #19326 -- Added first() and last() methods to QuerySetSelwin Ong
2013-05-21(Re-)moved some importsClaude Paroz
2013-05-21Fixed #6412 -- More details if a template file cannot be loadedMathijs de Bruin
2013-05-21Imported copyreg from six.movesClaude Paroz
2013-05-21Merge pull request #1194 from ambv/python26_is_funFlorian Apolloner
2013-05-21Fixed #17308 -- Enabled the use of short_description on properties in the admin.Wiktor Kolodziej
2013-05-21Fixed a Python 2.6 regression (GzipFile can't act as a context manager)Łukasz Langa
2013-05-21Fixed test failures from 09f865276554f35060ff939722ec4cefd578edf6.Florian Apolloner
2013-05-21Merge pull request #1192 from mjtamlyn/assertIsInstanceMarc Tamlyn
2013-05-21Use assertIsInstance in tests.Marc Tamlyn
2013-05-21Merge pull request #1190 from ambv/doc_settings_fixFlorian Apolloner
2013-05-21Merge pull request #1191 from ambv/content_is_bytesAymeric Augustin
2013-05-21Fixed #20212 - __reduce__ should only be defined for Py3+.Daniel Lindsley
2013-05-21Fixed #20472: response.content should be bytes on both Python 2 and 3Łukasz Langa
2013-05-21Removed a confusing duplicate SESSION_COOKIE_DOMAIN headerŁukasz Langa
2013-05-20Fixed #9321 -- Deprecated hard-coding of help text in model ManyToManyField f...Ramiro Morales
2013-05-20Fixed #20471 - Typos in topics/forms/formsets.txtTim Graham
2013-05-20Tweaked unit test 'quick start' explanation.Tim Graham
2013-05-20Fixed #20445 -- Raised original exception after command errorJorge Bastida
2013-05-20Fixed #20403 -- Ignore forms marked for deletion when validating max_num.Ryan Kaskel
2013-05-20Fixed #20278 -- ensured .get() exceptions do not recurse infinitelyAnssi Kääriäinen
2013-05-20Fixed #20378 -- regression in GenericRelation on abstract modelAnssi Kääriäinen
2013-05-20Fixed warnings in admindocs; refs #20126.Tim Graham
2013-05-20Fixed qs.values() regression when used in subqueryAnssi Kääriäinen
2013-05-20Merge pull request #1184 from alasdairnicol/reverse_view_docs_typoMarc Tamlyn
2013-05-20Merge pull request #1181 from aaugustin/better-api-to-disable-atomic-requestsMarc Tamlyn
2013-05-20Fixed #20437 - marked a test-runner test as expected-fail under certain condi...Carl Meyer
2013-05-19Fixed #20449 - Corrected test sensitivity to current working dir.Tomasz Jaskowski
2013-05-20Fix typo in redirect view docsAlasdair Nicol
2013-05-19Lower the max length for a test field so that it works on MySQL.Alex Gaynor
2013-05-19Fixed fixtures testing failureAnssi Kääriäinen
2013-05-19Changed API to disable ATOMIC_REQUESTS per view.Aymeric Augustin
2013-05-19Fixed #20459 - Improved example for setting HTTP header fields.Tim Graham
2013-05-19Fixed #16330 -- added --pks option in dumpdata commandPreston Holmes
2013-05-19Added some links in /docs/intro/overview.txtTim Graham
2013-05-19Made 2d309a70 compatible with Python 3.Aymeric Augustin
2013-05-19Fixed #20183 - Clarified docs assumption that certain objects exist in database.Tim Graham