Greg Chapple b7aa7c4ab4 Fixed #20550 -- Added ability to preserve test db between runs 11 years ago
..
class-based-views 66ec9ee441 Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests. 11 years ago
contrib b625e861e5 Fix an error in a documented lookup example. 11 years ago
files 680a0f08b1 Updated doc links to point to Python 3 documentation 11 years ago
forms 9fb0f5dddc Fixed #22510 -- Harden field removal to only None. 11 years ago
models 2b432d4634 Fixed typo in docs/ref/models/custom-lookups.txt. 11 years ago
templates e7ffba8f78 Fixed #22167 -- Improved documentation on context processors 11 years ago
applications.txt b8fc167b32 Fixed #22688 -- Documented ready() may be called more than once 11 years ago
checks.txt 9d8c73f6a1 Fixed #21905 -- Add info message if DateField or TimeField use a fixed value 11 years ago
clickjacking.txt 51c8045145 Removed versionadded/changed annotations for 1.6. 11 years ago
databases.txt bfac6bef83 Fixed #22368 -- clarified connecting to Oracle DB using service name 11 years ago
django-admin.txt b7aa7c4ab4 Fixed #20550 -- Added ability to preserve test db between runs 11 years ago
exceptions.txt 680a0f08b1 Updated doc links to point to Python 3 documentation 11 years ago
index.txt 1d3ae4760b Fixed warnings when building the documentation. 11 years ago
middleware.txt 756c390fb5 Fixed #20816 -- Added hints about Django middleware ordering 11 years ago
migration-operations.txt e520a73eee Harmonized some PEP 0263 coding preambles 11 years ago
request-response.txt 680a0f08b1 Updated doc links to point to Python 3 documentation 11 years ago
schema-editor.txt ab8d8e00c9 Improved formatting and links of migration docs. 11 years ago
settings.txt beec05686c Fixed #22667 -- Replaced leader/follower terminology with primary/replica 11 years ago
signals.txt 5233b36693 Fixed #22029 -- Removed obsolete advice on registering migrate/syncdb signal handlers. 11 years ago
template-response.txt 05d36dc06e Always use parentheses when documenting a method with no arguments. 11 years ago
unicode.txt b2514c02e1 Corrected the section identifier for MySQL unicode reference. 11 years ago
urlresolvers.txt 030dd4f72c Fixed #22220 -- Added more examples to reverse() documention. 11 years ago
urls.txt 66ec9ee441 Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests. 11 years ago
utils.txt c501662f3c Fixed #22618 -- Improved import_string example. 11 years ago
validators.txt 680a0f08b1 Updated doc links to point to Python 3 documentation 11 years ago
views.txt d73d0e071c Fixed #22218 -- Deprecated django.conf.urls.patterns. 11 years ago