summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-24Fixed #15837. Consolidated all the locaflavor tests into a single, logical, p...Julien Phalip
2011-08-24Added another test to confirm fix in r16663.Malcolm Tredinnick
2011-08-23Teach "django-admin.py validate" to forbid nullable primary keys.Malcolm Tredinnick
2011-08-23Corrected the setup and teardown of the refactored invalid_models test so tha...Russell Keith-Magee
2011-08-23Reverted r16662 -- There are bunch of problems with this patch, including fai...Russell Keith-Magee
2011-08-23Allow "pk" as a field alias in QuerySet.only() calls.Malcolm Tredinnick
2011-08-23Fixed a broken test from r16656.Malcolm Tredinnick
2011-08-23Fixed #16669 -- Made the startproject instruction formatting easier to read a...Julien Phalip
2011-08-23Fixed #16299 -- Ensure that unicode strings can be used to identify classes i...Russell Keith-Magee
2011-08-23Fixed #16202 -- Added a Slovenian localflavor. Thanks to Jure Cuhalev <gandal...Russell Keith-Magee
2011-08-23Fixed #16681 -- Refactored the invalid_models unit test so that it can be inv...Russell Keith-Magee
2011-08-23Fixed #16680 -- Used single quotes for the TEMPLATE_DIRS examples in part 2 o...Julien Phalip
2011-08-23Fixed #15315 -- Added support for the 'widget' argument to modelform_factory....Russell Keith-Magee
2011-08-23Fix initialisation of ImageField super classes.Malcolm Tredinnick
2011-08-23Fixed #15499 -- Ensure that cache control headers don't try to set public and...Russell Keith-Magee
2011-08-23Fixed an isnull=False filtering edge-case. Fixes #15316.Malcolm Tredinnick
2011-08-23Added convenience method for viewing Query SQL without params.Malcolm Tredinnick
2011-08-23Add the ability to do unordered comparisons in assertQuerysetEqual.Malcolm Tredinnick
2011-08-23Fixed #15838 -- Promoted assertFieldOutput to a general test utility. Thanks ...Russell Keith-Magee
2011-08-23Added myself to the list of committers.Julien Phalip
2011-08-23Fixed #10571 -- Factored out the payload encoding code to make sure it is use...Russell Keith-Magee
2011-08-23Fixed #16672 -- Ensure that test classes decorated with @override_setings get...Russell Keith-Magee
2011-08-22Silenced a "classic division" warning in floatformat template filter.Malcolm Tredinnick
2011-08-22Fixed #14876 -- Ensure that join promotion works correctly when there are nul...Russell Keith-Magee
2011-08-22Minor Debian/Ubuntu install instruction update.Malcolm Tredinnick
2011-08-22Documented some Oracle-specific test settings.Malcolm Tredinnick
2011-08-22Trivial documentation typo fix.Malcolm Tredinnick
2011-08-22Improved documentation around HTTP server meta variables.Malcolm Tredinnick
2011-08-22Added myself to the committers listPaul McMillan
2011-08-22Removed unused admin Javascript functions from source.Malcolm Tredinnick
2011-08-22Teach inspectdb to handle SQL column names that are digits.Malcolm Tredinnick
2011-08-22Typo fix in class-based view documentation.Malcolm Tredinnick
2011-08-22Made documentation of ManyToManyField placement clearer (kind of).Malcolm Tredinnick
2011-08-22Improved error message display during validation errors.Malcolm Tredinnick
2011-08-22Pre-formatted text wrapping change in technical debug page.Malcolm Tredinnick
2011-08-21Fixed #16644 -- Fixed one additional test that was failing in Oracle due to f...Ramiro Morales
2011-08-21Fixed #16481 -- Adapted one raw SQL query in cull immplementation of the data...Ramiro Morales
2011-08-21Update my committer bio since I work somewhere else now.James Bennett
2011-08-21Fixed #16602 - Added forms.widgets TOC links to docs; thanks kencochrane.Timo Graham
2011-08-21Fixed #16610 - Added more docs for template contexts in contrib.auth views; t...Timo Graham
2011-08-20Fixed #16654 - Syntax error in reverse() example; thanks jedie.Timo Graham
2011-08-20Fixed #16595 - Add pop() to session docs; thanks wilfred.Timo Graham
2011-08-19Fixed #16660 -- Corrected a typo and removed an extra space in the GeoDjango ...Gabriel Hurley
2011-08-18Fixed #16591 -- Fixed some mismatched variable names in a widgets reference e...Gabriel Hurley
2011-08-18Fixed #16608 -- Clarified the description of the destroy_test_db method and c...Gabriel Hurley
2011-08-18Fixed #16152 -- Added Sybase Advantage Database Server to the 3rd-party datab...Gabriel Hurley
2011-08-18Fixed #16467 -- Restored a previously correct example which was broken in [16...Gabriel Hurley
2011-08-17Fixed #8190 -- Added support for a field's help text to the tabular admin inl...Jannis Leidel
2011-08-17Removing the old url resolution method in contrib.auth.admin.UserAdmin which ...Chris Beaven
2011-08-15Fixed #15206 -- Added select_related call to the permissions field of the Gro...Jannis Leidel