Dataset Viewer
Auto-converted to Parquet Duplicate
instance_id
stringclasses
7 values
memory_items
dict
django__django-11477
{ "memory_items": [ { "title": "Align Patch Scope with Failure Point", "description": "Ensure modifications target the exact function causing test failures.", "content": "Read the stack trace to pinpoint the code path (e.g., the match() method in resolvers.py) and apply the fix there, rather tha...
django__django-13158
{ "memory_items": [ { "title": "Deep copy mutable collections in clone methods", "description": "Clone must duplicate internal mutable structures to avoid shared state.", "content": "When overriding a clone method, explicitly copy every mutable attribute (e.g., lists, tuples) such as combined_qu...
django__django-13297
{ "memory_items": [ { "title": "Consistent Replacement of Lazy Wrappers", "description": "Replace SimpleLazyObject with lazy at the import and decorator level, not by post鈥憄rocessing kwargs.", "content": "When a framework changes its lazy鈥慹valuation API, the fix must modify the original import (...
django__django-14034
{ "memory_items": [ { "title": "Target the Correct Module for the Desired Behavior", "description": "Patch changes must be applied to the component that actually implements the feature in question.", "content": "When a bug concerns HTML attribute handling in a bound field, modify the boundfield ...
django__django-14170
{ "memory_items": [ { "title": "Modify Core Backend Operations for New Lookup Features", "description": "When adding support for a new lookup (e.g., ISO year), update the low鈥憀evel backend methods that compute bounds, not just the high鈥憀evel Lookup class.", "content": "Tests that depend on corre...
django__django-15252
{ "memory_items": [ { "title": "Focus on Core Requirement, Not Side Features", "description": "Patch changes must directly address the primary functionality the test expects.", "content": "When a test asserts that a specific method (e.g., `ensure_schema`) should not be called under certain condi...
django__django-15957
{ "memory_items": [ { "title": "Respect Read鈥慜nly Framework Attributes", "description": "Do not assign to properties that are defined as read鈥憃nly in the library.", "content": "When extending Django internals, use the public API (e.g., `clear_limits()`) instead of directly setting attributes lik...

No dataset card yet

Downloads last month
10