summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | Fixed #19496 -- Added truncatechars_html filter.Jeremy2014-02-131-2/+19
|/
* Removed test for migration check forgotten in 7e941ba67ceab8a74ba50509d13ed42...Baptiste Mispelon2014-02-131-43/+0
* Fix my slightly hasty autodetector changesAndrew Godwin2014-02-121-2/+2
* Reworked the detection of local storages for the collectstatic command.Loic Bistuer2014-02-121-0/+26
* Fixed #22025 -- Listing app followed by app.Model in dumpdata commandEli Bendersky2014-02-121-0/+4
* Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.Christopher Adams2014-02-115-4/+115
* Fixed #17673 -- Forbid field shadowing.Christopher Medrela2014-02-103-57/+131
* Fixed #21371 -- Added the block.super to admin bodyclass blocks.julien 'pouete' Godin2014-02-102-16/+86
* Fixed #20784 -- Added inverse_match parameter to RegexValidator.Si Feng2014-02-101-0/+4
* Refactored RecursiveM2MTests into smaller pieces, refs #18586.Chris Bailey2014-02-101-134/+65
* Fixed #21763 -- Added an error msg for missing methods on ManyRelatedManager.Robert Stapenhurst2014-02-091-15/+56
* Minor edits to new findstatic functionality; refs #19879.Tim Graham2014-02-091-4/+4
* Fixed #21382 - Added "has_original" to stacked inlines.Ryan Kaskel2014-02-091-0/+15
* Fixed #20780 -- Get rid of stale symlinks when using collectstatic.Jannis Leidel2014-02-091-0/+9
* Fixed #19879 -- Have 'findstatic' says on which directories it searched the r...Vajrasky Kok2014-02-091-0/+37
* Fixed #21482 -- Uplifted restriction of collectstatic using symlink option in...Jannis Leidel2014-02-091-16/+17
* Fixed #21969: Fix behaviour of initial_data with migrated appsAndrew Godwin2014-02-091-0/+11
* Fixed #21967: Added check for object in ModelFormMixin.get_form_kwargs.Ryan Kaskel2014-02-091-1/+7
* Fixed #21247 -- Made method_decorator play nicely with descriptorsMarc Tamlyn2014-02-091-1/+37
* Fixed #21954: Raise nice error when serializing datetimes with timezonesAndrew Godwin2014-02-091-0/+3
* Removed unused imports + other flake8 fixes.Tim Graham2014-02-093-2/+4
* Fixed #21892: RunPython no longer accepts stringsAndrew Godwin2014-02-091-16/+7
* Merge pull request #2244 from mlavin/21856-migration-checksAndrew Godwin2014-02-091-0/+43
|\
| * Adding tests for check_migrations.mlavin2014-02-081-0/+43
* | Merge pull request #1997 from dpwrussell/method_decorator_args_fixMarc Tamlyn2014-02-091-1/+21
|\ \
| * | Fixed #21513 -- Added method_decorator support for argumented decoratordpwrussell2014-01-101-1/+21
* | | Fixed #21959 -- Handled Inf/NaN in widthratio tag.Aymeric Augustin2014-02-081-0/+2
* | | Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...Berker Peksag2014-02-084-22/+34
| |/ |/|
* | Added tests for LocalMemCache deadlocks. refs #20613 and refs #18541.Tim Graham2014-02-081-0/+21
* | Fixed #21417 -- Expanded TEMPLATE_STRING_IF_INVALID in blocktransClaude Paroz2014-02-081-0/+2
* | Fixed #16192 -- Made unique error messages in ModelForm customizable.Loic Bistuer2014-02-081-1/+44
* | Fixed #21518 -- Made override_settings(ROOT_URLCONF) clear the resolver cache.Chris Wilson2014-02-071-1/+33
* | Fixed #17713 -- Renamed BaseDatabaseFeatures.allows_primary_key_0 to allows_a...Vajrasky Kok2014-02-064-9/+7
* | Fixed #21731 -- Made javascript_quote escapes '</'.Vajrasky Kok2014-02-061-0/+11
* | Removed import which is now unusedAlex Gaynor2014-02-051-1/+0
* | Revert "Fixed #20296 -- Allowed SafeData and EscapeData to be lazy"Baptiste Mispelon2014-02-051-11/+6
* | Fixed #21952 -- signals deadlock due to locking + weakref interactionAnssi Kääriäinen2014-02-051-3/+4
* | Fixed #21929 - Fixed test regression on Windows.Carl Meyer2014-02-041-1/+1
* | Removed the this_is_the_login_form hackClaude Paroz2014-02-041-12/+0
* | Fixed #21911 -- Made admin views redirect to login when neededClaude Paroz2014-02-042-56/+72
* | Made staff_member_required redirect to loginClaude Paroz2014-02-042-151/+33
* | Fixed #21748 -- join promotion for negated AND conditionsAnssi Kääriäinen2014-02-041-0/+79
* | Fixed typo in 3ffeb931.Aymeric Augustin2014-02-021-1/+1
* | Make mysql's CursorWrapper a contextmanager.Michael Manfre2014-02-021-1/+1
* | Fix regress added to migrations.test_operations.test_alter_field_pk_fkMichael Manfre2014-02-021-1/+2
* | Ensure cursors are closed when no longer needed.Michael Manfre2014-02-0211-171/+198
* | Made SQLCompiler.execute_sql(result_type) more explicit.Michael Manfre2014-02-021-1/+2
* | Silenced a spurious warning.Aymeric Augustin2014-02-011-1/+1
* | Updated some tests to use the check framework and silenced a PendingDeprecati...Tim Graham2014-01-311-21/+18
* | Made Oracle introspect FloatFields correctlyShai Berger2014-01-301-27/+39