1
0
mirror of https://github.com/django/django.git synced 2025-03-08 16:32:32 +00:00

1896 Commits

Author SHA1 Message Date
Tim Graham
e39af5ea59 Fixed -- Deprecated is_admin_site option to auth.views.password_reset(). 2014-08-23 19:32:58 -04:00
Tim Graham
0c9f40f776 Fixed -- Added "Built-in" to some class-based views titles. 2014-08-23 19:30:42 -04:00
Tim Graham
c7fa27d702 Fixed -- Removed duplicate docs for file upload settings. 2014-08-23 09:30:01 -04:00
Kristian Glass
b7336ec179 Fixed -- Clarified warning about naive time objects.
Thanks to apollo13 for suggested wording.
2014-08-22 11:38:52 -04:00
Andrew Godwin
459cfb523d Update squashmigration docs to also mention circ dep errs (refs ) 2014-08-21 19:18:26 -07:00
areski
9d6551204e Removed unnecessary code-block directives. 2014-08-19 16:44:25 -04:00
Lee Sanghyuck
11d9cbe2f4 Fixed -- Added datetime.time serialization in migrations. 2014-08-19 13:31:46 -04:00
Tim Graham
3569536491 Fixed -- Tempered recommendation of storing profile data on custom user.
Thanks gavinwahl for the report.
2014-08-19 07:24:36 -04:00
Tim Graham
7006187064 Fixed -- Corrected inheritance and reverse relations example.
Thanks knowledgepoint-devs for the report and claudep for review.
2014-08-19 06:28:48 -04:00
Tim Graham
9432f1e750 Fixed some doc errors that caused syntax highlighting to fail. 2014-08-18 20:37:47 -04:00
Tim Graham
7ed3d0bb61 Fixed -- Added sqlmigrate to migration topic guide. 2014-08-18 09:15:24 -04:00
areski
90b64db39c Fixed syntax highlighting and indentation in docs/topics/logging.txt. 2014-08-15 15:17:18 -04:00
areski
ef90d395ab Fixed -- Documented django.db.backends.schema logger 2014-08-15 12:27:30 -04:00
Ola Sitarska
6947885926 Fixed -- Added default=False to BooleanField's in the docs.
Thanks Baptiste for the suggestion.
2014-08-13 18:23:52 -04:00
Collin Anderson
e5376999fa Refs -- Added missing url() in some places. 2014-08-13 14:20:15 -04:00
areski
d441a9d006 Improved formatting of deconstruct() docs. 2014-08-13 12:41:11 -04:00
Tim Graham
6745b6fd7a Fixed typo in previous commit. 2014-08-12 14:40:32 -04:00
Ola Sitarska
549284faa4 Fixed -- Updated FAQs per Aymeric's suggestions. 2014-08-12 13:46:10 -04:00
Tim Graham
a9fd740d22 Fixed -- Deprecated passing views as strings to url(). 2014-08-12 13:15:40 -04:00
Ola Sitarska
2e7be92b4d Fixed -- Fixed typo in Translation documentation
Thanks to Tomin1 for the report.
2014-08-11 12:06:08 +02:00
Mohammed Attia
61ed959235 Removed a doc reference to the deprecated mimetype kwarg. 2014-08-06 22:15:54 -04:00
Tim Graham
0efd72dc90 Fixed broken links in docs. 2014-08-05 08:23:34 -04:00
areski
e4dd8b5dde Fixed - Misc docs fixes. 2014-08-04 08:29:00 -04:00
Erik Romijn
e26366da44 Fixed -- Clarified note on HTTPOnly in cookie-based session docs 2014-08-02 18:55:20 +02:00
Tim Graham
fb4f3e04b1 Updated MySQL links to version 5.6. 2014-08-02 10:27:01 -04:00
Tim Graham
7ce4ef58c9 Fixed typo in docs/topics/testing/tools.txt. 2014-08-01 09:30:58 -04:00
Loic Bistuer
7579080899 Used JsonResponse in CBV examples.
Thanks Hiroki Kiyohara and Tim Graham for the reviews.
2014-07-31 13:43:46 -04:00
Tim Graham
da59902250 Updated timezone docs to use timezone.now()
Thanks James Cleveland for the report and Aymeric for suggesting
the solution.
2014-07-31 12:54:11 -04:00
Christoph Heer
d47409831f Fixed -- Updated docs to use django-admin 2014-07-30 14:14:03 -04:00
Tim Graham
abb97cffdf Fixed -- Removed confusing clause in auth docs. 2014-07-30 08:15:13 -04:00
Andrew Godwin
b9a9b052e8 Fixed : south_migrations note in docs 2014-07-29 10:10:31 -07:00
Andrew Godwin
8ebd6d35d7 Fixed : Document and enforce not double-squashing migrations 2014-07-29 10:02:59 -07:00
Baptiste Mispelon
62c74abbb0 Fixed -- Clarified documentation of template lookups.
Thanks to gmunumel and Tom Dalton for their help on the patch.
2014-07-29 10:56:24 +02:00
Moayad Mardini
668d432d0a Fixed -- documented how select_for_update() should be tested.
Thanks Andreas Pelme for the report.
2014-07-28 10:57:12 -04:00
David Hoffman
e1c85167a3 Fixed -- Switched to new octal format in docs 2014-07-26 11:20:24 +02:00
Moayad Mardini
f9b7a0383c Fixed -- clarified what each cache middleware does.
Thanks Keryn Knight for the report.
2014-07-25 06:24:00 -04:00
Iain Dawson
8fbf13a6c8 Replaced instances of 'his/her' with 'their'. 2014-07-21 19:49:12 +00:00
Tim Graham
7d0519c725 Fixed -- Added warning against local-memory cache.
Thanks django at kerz.id.au.
2014-07-16 12:34:27 -04:00
Andrew Godwin
ceb2aaf1d4 Add south upgrade note to 1.7 release notes 2014-07-10 10:00:31 -07:00
Tim Graham
3a85aae2ea Revert "Improve cookie based session backend docs." refs
This reverts commit d9c01da1f8ba3d4e0947fd1d619c8f4a9b013360.

This is poor advice as it breaks the test client login (refs ).
We can add a note like this back after refs  is resolved.
2014-07-09 13:54:41 -04:00
Tim Graham
9f18b6bcb0 Fixed -- Removed a USA-centric example that didn't add much. 2014-07-08 08:56:41 -04:00
Anubhav Joshi
75ff7b8fb8 Fixed -- Updated prompt, tests, and docs to show that USERNAME_FIELD supports FK after 9bc2d76.
Also added get_input_data() hook in createsuperuser.

Thanks Chris Jerdonek and Tim Graham for review.
2014-07-08 08:21:41 -04:00
Anubhav Joshi
9bc2d766a0 Fixed -- Added ForeignKey support to REQUIRED_FIELDS.
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-03 07:42:52 -04:00
Tim Graham
c37000ab04 Clarified that LocMemCache is per-process; refs .
Thanks projectgus for the suggestion.
2014-07-02 10:12:43 -04:00
Éric Araujo
5842d8eba4 Removed non-existent reference to args/kwargs in manager docs. 2014-07-02 07:54:02 -04:00
Andrew Godwin
e9249bc20b Fixed : Documented circular dependency issues with swappable user 2014-07-01 20:54:46 -07:00
Tim Graham
e3c7af18a3 Fixed -- Documented host parameter of assertRedirects().
Thanks mrknacky at gmail.com for the report and gajimenezmaggiora
for the draft patch.
2014-06-30 17:52:04 -04:00
Matt Deacalion Stevens
ec85df2fa5 Fixed and enhanced new HTML form docs. 2014-06-26 13:57:19 -04:00
Ramiro Morales
77c0a904cb Fixed typo in revamped forms intro doc. 2014-06-25 12:15:20 -03:00
Peter Kowalczyk
48241ec9c4 Fixed typo in middleware docs.
Function definition should have an ending colon.
2014-06-24 16:06:06 -04:00