Change History for NewbieMistakes

Version Date Author Comment
72 6 years James Bennett
71 6 years James Bennett Hi, HN :/
70 6 years Michael Jonaitis This seems to be an issue with older versions of Django.
69 6 years John Franey Replaced references to unicode() with str() and added a note …
68 6 years John Franey Replaced a reference to syncdb with the newer migrate command
67 6 years paltman
66 6 years paltman
65 6 years Dave James Miller Add missing close bracket
64 7 years Mads Jensen
63 10 years alasdair
62 10 years alasdair Removed recommendation to change permissions to 777. It may be the …
61 10 years Deven Kalra
60 10 years anonymous
59 10 years ramezashraf@… added a (Blank Form) in newbies mistake
58 10 years anonymous
57 11 years noelmartin@… Grammar error on subject-verb agreement
56 11 years German Larrain Fixed formatting of an incomplete existing "mistake"
55 11 years Stephan Groß fixed typo
54 11 years Berker Peksag Code highlight.
53 11 years fatiherikli@… Changed count method as exists
52 11 years John Borwick <john_borwick@…> missed a letter
51 11 years John Borwick <john_borwick@…> In-place appending works OK if you tell Django the session was modified
50 11 years osantana
49 12 years anonymous
48 12 years oncleben31
47 12 years anonymous
46 12 years Alex_django
45 12 years Alex_django
44 12 years Alex_django
43 12 years Alex_django Added one more potential failure to the prblem "Unable to Open …
42 13 years jordanreiter As I understand it, you're supposed to use __unicode__ not __str__
41 13 years andreisoare Add solution to "Unable to Open Database File"
40 13 years anonymous
39 14 years digital9
38 14 years Dave Everitt Added a tip to help with SQLite3 "Unable to Open Database File" message
37 15 years wardi add solution to sqlite3 "Unable to Open Database File"
36 17 years anonymous
35 17 years anonymous
34 17 years James Bennett
33 17 years anonymous
32 17 years anonymous
31 17 years dazer017@… removed typo
30 17 years dazer017@… Searched for hours to find this mistake, nobody else should suffer …
29 18 years radek
28 18 years Paul Childs Use of p.count() instead of len(p) is recommended in documentation
27 18 years jheasly@… Hope this is helpful!
26 18 years anonymous
25 18 years jheasly@…
24 18 years Paul Childs Should say "occurs when" not "is when"
23 18 years Paul Childs
22 18 years anonymous typo
21 18 years Adrian Holovaty
20 18 years Paul Bissex added note about SQLIte directory permissions
19 18 years Tim Keating
18 18 years Tim Keating Fixed a typo
17 18 years paul@…
16 18 years paul@…
15 18 years paul@…
14 18 years scum added detail on how python treats (x) and (x,). Added bracket hint.
13 18 years GomoX <gomo@…> Changed repr references to str
12 18 years anonymous
11 19 years hugo added hint on missing / in form actions
10 19 years anonymous
9 19 years hugo fixed broken formatting
8 19 years hugo hint about errors on single-char attribute errors
7 19 years Boffbowsh Added pitfall on appending to lists in sessions
6 19 years craig@…
5 19 years rmunn@… Added hint about always adding repr() to models
4 19 years rmunn@… Reformatted to a Symptom -> Probable cause -> Solution structure
3 19 years Adrian Holovaty Cleaned up NewbieMistakes
2 19 years mrtact@…
1 19 years mrtact@…
Back to Top