summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-10Fixed available_apps for selenium tests.Aymeric Augustin
2013-06-10Defined available_apps in relevant tests.Aymeric Augustin
2013-06-10Added TransactionTestCase.available_apps.Aymeric Augustin
2013-06-10Added a stealth option to flush to allow cascades.Aymeric Augustin
2013-06-10Refactored file_storage tests to avoid depending on servers tests.Aymeric Augustin
2013-06-09Added runserver validation to detect if DEBUG=False and ALLOWED_HOSTS is empty.Tim Graham
2013-06-09Fixed #19875 - Added warnings regarding DEBUG=False and empty ALLOWED_HOSTSTim Graham
2013-06-09Fixed #20567 - Documented BoundField.id_for_label.Tim Graham
2013-06-09Merge pull request #1256 from krmboya/patch-1Tim Graham
2013-06-09Replaced a dict emulating a set with a set.Aymeric Augustin
2013-06-09Update media.txtKenny Rachuonyo
2013-06-08Update flatpages.txtCamilo Nova
2013-06-08Allow build of translated documentationClaude Paroz
2013-06-08Merge pull request #1254 from russkel/patch-1Tim Graham
2013-06-08Update submitting-patches.txtrusskel
2013-06-07Fixed #19925 - Added validation for REQUIRED_FIELDS being a listChris Streeter
2013-06-06Explained that timezone.now() always returns times in UTC.Jacob Kaplan-Moss
2013-06-06Bumped verion numbers for 1.6a1.Jacob Kaplan-Moss
2013-06-06Fixed #12337 - Honor ModelForm.Meta.exclude when saving ManyToManyFields.Stephen Burrows
2013-06-06Fixed #20502 (again) -- More i18n cache flush in testsClaude Paroz
2013-06-06Merge pull request #1245 from oinopion/list_select_relatedMarc Tamlyn
2013-06-06Fixed #20564 -- Generic relations exclude() regressionAnssi Kääriäinen
2013-06-05Fixed #19080 -- Fine-grained control over select_related in adminTomek Paczkowski
2013-06-05PEP 8 cleanupAnssi Kääriäinen
2013-06-05Proofed the 1.6 release notesTim Graham
2013-06-05Fixed #17927 -- Added initial values support for BaseGenericInlineFormSetBojan Mihelac
2013-06-04Fixed #18924 -- Made test.Client.logout send user_logged_out signal.Tim Graham
2013-06-04Added i18n-related URL mapper test for a mailing list report.Ramiro Morales
2013-06-04Merge pull request #1241 from jaylett/masterMarc Tamlyn
2013-06-04Fixed #17601 -- expose underlying db exceptions under py2James Aylett
2013-06-03Fixed #20532 -- Reverse auth views by name, not by path.Gavin Wahl
2013-06-03Fixed #20545 - Made class-based view MRO lists consistent.Tim Graham
2013-06-03Fixed loaddata for Django checkouts with non ASCII chars in the name.Florian Apolloner
2013-06-03Fixed small regression from 51aa000378.Aymeric Augustin
2013-06-03Fixed #20552 -- Corrected release notes reference to name of new test discove...Russell Keith-Magee
2013-06-02Fixed #20485 -- Refactored loaddata for speed.Aymeric Augustin
2013-06-02Added get_app_paths() to the AppCache.Aymeric Augustin
2013-06-02Switched to using some constants the hmac module exposes.Alex Gaynor
2013-06-02Fixed admindoc template errors introduced by 02fd87c821.Simon Charette
2013-06-01Fixed #18388 - Added InlineModelAdmin.get_max_num hook.Tim Graham
2013-06-01Fixed #20337 -- Clarified error message when database relation is not allowed.Dan Loewenherz
2013-06-01Added minor splitting optimization in django.utils.ipv6._unpack_ipv4Danilo Bargen
2013-06-01Changed assertEquals -> assertEqual.Tim Graham
2013-06-01Updated contrib.admindocs translation templateClaude Paroz
2013-06-01Fixed #20540 -- Added more translatable strings to contrib.admindocsClaude Paroz
2013-06-01Fixed #20543 - Typo in db model fields docs.Tim Graham
2013-06-01Fixed #18481 -- Wrapped request.FILES read error in UnreadablePostErrorClaude Paroz
2013-06-01Fixed #18169 -- NoReverseMatch not silenced if from block.superAnssi Kääriäinen
2013-06-01Fixed #18785 -- Added Test join trimming regressionAnssi Kääriäinen
2013-06-01Fixed #20404 -- Added a keys() method to ContextList.Chris Wilson