summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Collapse)Author
2014-08-26Allowed skipIf/UnlessDBFeature to accept several feature stringsClaude Paroz
2014-08-26Fixed #23075 -- Added documentation on novalidate attribute and made it ↵Erik Romijn
default for admin Thanks to sehmaschine for the report and to Tim Graham for the review.
2014-08-26Clarified that makemessages -l takes a locale name, not a language code.Mitch Davis
2014-08-24Fixed #23131 -- Documented serialization of callable functions in migrations.Tim Graham
2014-08-23Fixed #21648 -- Deprecated is_admin_site option to auth.views.password_reset().Tim Graham
2014-08-23Fixed #22154 -- Added "Built-in" to some class-based views titles.Tim Graham
2014-08-23Fixed #23344 -- Removed duplicate docs for file upload settings.Tim Graham
2014-08-22Fixed #23342 -- Clarified warning about naive time objects.Kristian Glass
Thanks to apollo13 for suggested wording.
2014-08-21Update squashmigration docs to also mention circ dep errs (refs #23337)Andrew Godwin
2014-08-19Removed unnecessary code-block directives.areski
2014-08-19Fixed #23316 -- Added datetime.time serialization in migrations.Lee Sanghyuck
2014-08-19Fixed #23314 -- Tempered recommendation of storing profile data on custom user.Tim Graham
Thanks gavinwahl for the report.
2014-08-19Fixed #23282 -- Corrected inheritance and reverse relations example.Tim Graham
Thanks knowledgepoint-devs for the report and claudep for review.
2014-08-18Fixed some doc errors that caused syntax highlighting to fail.Tim Graham
2014-08-18Fixed #23263 -- Added sqlmigrate to migration topic guide.Tim Graham
2014-08-15Fixed syntax highlighting and indentation in docs/topics/logging.txt.areski
2014-08-15Fixed #23278 -- Documented django.db.backends.schema loggerareski
2014-08-13Fixed #23283 -- Added default=False to BooleanField's in the docs.Ola Sitarska
Thanks Baptiste for the suggestion.
2014-08-13Refs #23276 -- Added missing url() in some places.Collin Anderson
2014-08-13Improved formatting of deconstruct() docs.areski
2014-08-12Fixed typo in previous commit.Tim Graham
2014-08-12Fixed #23016 -- Updated FAQs per Aymeric's suggestions.Ola Sitarska
2014-08-12Fixed #23276 -- Deprecated passing views as strings to url().Tim Graham
2014-08-11Fixed #23267 -- Fixed typo in Translation documentationOla Sitarska
Thanks to Tomin1 for the report.
2014-08-06Removed a doc reference to the deprecated `mimetype` kwarg.Mohammed Attia
2014-08-05Fixed broken links in docs.Tim Graham
2014-08-04Fixed #23169 - Misc docs fixes.areski
2014-08-02Fixed #23149 -- Clarified note on HTTPOnly in cookie-based session docsErik Romijn
2014-08-02Updated MySQL links to version 5.6.Tim Graham
2014-08-01Fixed typo in docs/topics/testing/tools.txt.Tim Graham
2014-07-31Used JsonResponse in CBV examples.Loic Bistuer
Thanks Hiroki Kiyohara and Tim Graham for the reviews.
2014-07-31Updated timezone docs to use timezone.now()Tim Graham
Thanks James Cleveland for the report and Aymeric for suggesting the solution.
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-07-30Fixed #23132 -- Removed confusing clause in auth docs.Tim Graham
2014-07-29Fixed #23127: south_migrations note in docsAndrew Godwin
2014-07-29Fixed #23090: Document and enforce not double-squashing migrationsAndrew Godwin
2014-07-29Fixed #23114 -- Clarified documentation of template lookups.Baptiste Mispelon
Thanks to gmunumel and Tom Dalton for their help on the patch.
2014-07-28Fixed #22491 -- documented how select_for_update() should be tested.Moayad Mardini
Thanks Andreas Pelme for the report.
2014-07-26Fixed #23097 -- Switched to new octal format in docsDavid Hoffman
2014-07-25Fixed #22827 -- clarified what each cache middleware does.Moayad Mardini
Thanks Keryn Knight for the report.
2014-07-21Replaced instances of 'his/her' with 'their'.Iain Dawson
2014-07-16Fixed #23023 -- Added warning against local-memory cache.Tim Graham
Thanks django at kerz.id.au.
2014-07-10Add south upgrade note to 1.7 release notesAndrew Godwin
2014-07-09Revert "Improve cookie based session backend docs." refs #20418Tim Graham
This reverts commit d9c01da1f8ba3d4e0947fd1d619c8f4a9b013360. This is poor advice as it breaks the test client login (refs #22934). We can add a note like this back after refs #22986 is resolved.
2014-07-08Fixed #22978 -- Removed a USA-centric example that didn't add much.Tim Graham
2014-07-08Fixed #21832 -- Updated prompt, tests, and docs to show that USERNAME_FIELD ↵Anubhav Joshi
supports FK after 9bc2d76. Also added get_input_data() hook in createsuperuser. Thanks Chris Jerdonek and Tim Graham for review.
2014-07-03Fixed #21755 -- Added ForeignKey support to REQUIRED_FIELDS.Anubhav Joshi
This allows specifying ForeignKeys in REQUIRED_FIELDS when using a custom User model. Thanks cjerdonek and bmispelon for suggestion and timgraham for review.
2014-07-02Clarified that LocMemCache is per-process; refs #7639.Tim Graham
Thanks projectgus for the suggestion.
2014-07-02Removed non-existent reference to args/kwargs in manager docs.Éric Araujo
2014-07-01Fixed #22932: Documented circular dependency issues with swappable userAndrew Godwin