Django
The web framework for perfectionists with deadlines.
Overview
Download
Documentation
News
Community
Code
Issues
About
♥ Donate
Issues
Login
Preferences
View Tickets
Reports
Timeline
Wiki
Search
Context Navigation
Back to NewbieMistakes
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
11 years
alasdair
62
11 years
alasdair
Removed recommendation to change permissions to 777. It may be the …
61
11 years
Deven Kalra
60
11 years
anonymous
59
11 years
ramezashraf@…
added a (Blank Form) in newbies mistake
58
11 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
12 years
Berker Peksag
Code highlight.
53
12 years
fatiherikli@…
Changed
count
method as
exists
52
12 years
John Borwick <john_borwick@…>
missed a letter
51
12 years
John Borwick <john_borwick@…>
In-place appending works OK if you tell Django the session was modified
50
12 years
osantana
49
12 years
anonymous
48
12 years
oncleben31
47
13 years
anonymous
46
13 years
Alex_django
45
13 years
Alex_django
44
13 years
Alex_django
43
13 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
14 years
andreisoare
Add solution to "Unable to Open Database File"
40
14 years
anonymous
39
14 years
digital9
38
15 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
18 years
James Bennett
33
18 years
anonymous
32
18 years
anonymous
31
18 years
dazer017@…
removed typo
30
18 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
19 years
Paul Bissex
added note about SQLIte directory permissions
19
19 years
Tim Keating
18
19 years
Tim Keating
Fixed a typo
17
19 years
paul@…
16
19 years
paul@…
15
19 years
paul@…
14
19 years
scum
added detail on how python treats (x) and (x,). Added bracket hint.
13
19 years
GomoX <gomo@…>
Changed
repr
references to
str
12
19 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