Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #18388 - Added InlineModelAdmin.get_max_num hook.Tim Graham2013-06-022-2/+13
* Changed assertEquals -> assertEqual.Tim Graham2013-06-011-2/+2
* Fixed #18481 -- Wrapped request.FILES read error in Unrea...Claude Paroz2013-06-011-0/+18
* Fixed #18169 -- NoReverseMatch not silenced if from block...Anssi Kääriäinen2013-05-313-0/+23
* Fixed #18785 -- Added Test join trimming regressionAnssi Kääriäinen2013-05-311-0/+11
* Fixed #20404 -- Added a keys() method to ContextList.Chris Wilson2013-05-311-2/+16
* Fixed #18681 -- BaseModelAdmin.get_form and InlineModelAd...Loic Bistuer2013-05-311-0/+24
* Fixed #16436 -- Oracle defer_regress test failureAnssi Kääriäinen2013-05-311-6/+6
* Fixed #20502 -- Flushed i18n caches for a defaultfilter testClaude Paroz2013-05-301-22/+26
* Fixed #19425 - Added InlineModelAdmin.get_extra hook.Tim Graham2013-05-303-1/+31
* Merge pull request #1027 from intgr/debug_no_exc_messageTim Graham2013-05-301-1/+1
|\
| * Clearer explanation when exception has no messageMarti Raudsepp2013-04-231-1/+1
* | Fixed #16856 - Added a way to clear select_related.Tim Graham2013-05-301-0/+4
* | Fixed #20509 - Proper parsing for dumpdata --pks option.Tim Graham2013-05-302-1/+20
* | Fixed #16436 -- defer + annotate + select_related crashTai Lee2013-05-302-7/+53
* | Made an app-cache test not dependent on all models in def...Anssi Kääriäinen2013-05-301-53/+34
* | Fixed a failure on Python 3 introduced by 5939864616d56cf...Simon Charette2013-05-291-3/+3
* | Fixed #20331 -- Allowed admin actions to serve StreamingH...Tim Graham2013-05-292-4/+45
* | Fixed #15697 -- Made sqlindexes aware of auto-created tablesClaude Paroz2013-05-292-23/+25
* | Fixed #15653 - Error in admin pagination tag.Tim Graham2013-05-291-0/+39
* | Fixed #20250 - Added a regression test for negated Q + an...Tim Graham2013-05-291-0/+11
* | Fixed #20484 -- Added model validation for GenericIPAddre...Tim Graham2013-05-283-6/+14
* | Fixed #20242 - Added a regression test for prefetch_related.Tim Graham2013-05-281-0/+10
* | Fixed #20228 - Documented unique_for_date and exclude beh...Tim Graham2013-05-282-2/+35
* | Fixed random aggregation_regress test_more_more_more() fa...Anssi Kääriäinen2013-05-281-1/+7
* | Fixed #20182 - admin lookup should treat 0 as False for _...Tim Graham2013-05-273-3/+55
* | Fixed #11603 - Added django.test.SimpleTestCase.assertFor...Tim Graham2013-05-273-1/+237
* | Fixed #20013 -- A test for sqlall fails under OracleShai Berger2013-05-271-3/+9
* | Fixed #16137 - Removed kwargs requirement for QuerySet.ge...Tim Graham2013-05-272-1/+14
* | Fixed #17582 - Added message to DoesNotExist exceptions.Tim Graham2013-05-272-1/+7
* | Fixed #20507 -- SubqueryConstraint alias relabelingAnssi Kääriäinen2013-05-271-1/+15
* | Replaced `and...or...` constructs with PEP 308 conditiona...Ramiro Morales2013-05-271-1/+1
* | Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-2612-25/+87
* | Fixed get_or_create...test_savepoint_rollback test for Py...Shai Berger2013-05-261-1/+1
* | Fix get_or_create test failure under OracleShai Berger2013-05-261-1/+2
* | Fixed #19938 -- Consumed iterator only once in paginator'...Andrew Jesaitis2013-05-251-0/+3
* | Fixed #20296 -- Allowed SafeData and EscapeData to be lazyBaptiste Mispelon2013-05-251-0/+53
* | Fixed #11725 -- Made possible to create widget label tag ...Claude Paroz2013-05-252-12/+28
* | Fixed #20099 -- Eased subclassing of BrokenLinkEmailsMidd...Claude Paroz2013-05-251-0/+19
* | Fixed #14825 -- LocaleMiddleware keeps languageVlastimil Zíma2013-05-252-1/+34
* | Fixed a regression in router initializationClaude Paroz2013-05-241-0/+27
* | Fixed #19607 - prefetch_related crashLuke Plant2013-05-242-1/+44
* | Fixed #17648 -- Add `for_concrete_model` to `GenericForei...Gavin Wahl2013-05-242-6/+135
* | Removed noise from pre_syncdb signal testsDonald Stufft2013-05-231-5/+0
* | Fixed #20474 -- Proxied and deprecated django.db.backendClaude Paroz2013-05-231-3/+6
* | Fixed #19237 (again) - Made strip_tags consistent between...Claude Paroz2013-05-231-0/+3
* | Made fix for #9321 less buggy and more effective.Ramiro Morales2013-05-233-1/+50
* | Fixed #11398 - Added a pre_syncdb signalDonald Stufft2013-05-233-0/+90
* | Merge pull request #1198 from KrzysiekJ/http-patch-methodRussell Keith-Magee2013-05-231-0/+6
|\ \
| * | Fixed #20478 – Added support for HTTP PATCH method in g...Krzysztof Jurewicz2013-05-221-0/+6