Alex Gaynor
|
b55cde054e
Added a db_constraint option to ForeignKeys.
|
11 years ago |
Tim Graham
|
218bbef0c4
Fixed #19824 - Corrected the class described for Field.primary_key from IntegerField to AutoField.
|
11 years ago |
Claude Paroz
|
c698c55966
Created special PostgreSQL text indexes when unique is True
|
12 years ago |
Tim Graham
|
9b5f64cc6e
Fixed #19516 - Fixed remaining broken links.
|
12 years ago |
Aymeric Augustin
|
7ee7599ab3
Removed versionadded/changed annotations dating back to 1.4.
|
12 years ago |
Aymeric Augustin
|
f27a4ee327
Removed django.contrib.localflavor.
|
12 years ago |
Tim Graham
|
b3a8c9dab8
Fixed broken links, round 3. refs #19516
|
12 years ago |
Tim Graham
|
9c5a6adf33
Fixed more broken links. refs #19516
|
12 years ago |
Danilo Bargen
|
b0c72d0a30
Fixed invalid ipv4 mapped ipv6 addresses in docs
|
12 years ago |
Ulrich Petri
|
ac2052ebc8
Fixed #17549 -- Added a clickable link for URLFields in admin change list.
|
12 years ago |
Tim Graham
|
db598dd8a0
Fixed #18046 - Documented than an index is created by default for ForeignKeys; thanks jbauer for the suggestion.
|
12 years ago |
Tim Graham
|
1c03b23567
Fixed #18413 - Noted that a model's files are not deleted when the model is deleted. Thanks lawgon for the report.
|
12 years ago |
Tim Graham
|
837425b425
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
|
12 years ago |
Tim Graham
|
0fdfcee257
Fixed #15325 - Added a link to RelatedManager in the ManytoManyField docs; thanks jammon for the suggestion.
|
12 years ago |
Tim Graham
|
6e2bb344e4
Fixed #18478 - Documented how to use a mutable default in a model field.
|
12 years ago |
Aymeric Augustin
|
e69348b4e7
Avoided mixing dates and datetimes in the examples.
|
12 years ago |
Ramiro Morales
|
c73f2bd65c
Fixed typo in model fields reference docs.
|
12 years ago |
Tim Graham
|
13d47c3f33
Fixed #18637 - Updated some documentation for aspects of models that are ModelForm specific, not admin specific.
|
12 years ago |
James Bennett
|
7731cc8689
Fix #18062: Document best practices for choices in model fields.
|
12 years ago |
Tim Graham
|
b496be331c
Fixed #15932 - Documented how to supress multiple reverse relations to the same model.
|
12 years ago |
Ramiro Morales
|
50837434db
Clarified default name of M2M relationship DB table.
|
12 years ago |
Aymeric Augustin
|
c28e700c7e
Removed references to changes made in 1.2.
|
12 years ago |
Jacob Kaplan-Moss
|
7edf231d46
Replaced documentation snippets using "gender" with less sensitive examples.
|
12 years ago |
Aymeric Augustin
|
29a80354ab
Added alt attribute to img tags in docs.
|
12 years ago |
Anssi Kääriäinen
|
584e2c0337
Prevent Oracle from changing field.null to True
|
12 years ago |
Alex Gaynor
|
3c5ff9d703
Fixed #5893 -- Added a flag to FilePathField to allow listing folders, in addition to regular files. Thank you to Brian Rosner, for encouraging me to first contribute to Django 4 years ago.
|
12 years ago |
Aymeric Augustin
|
9ed6e08ff9
Removed deprecated URLField.verify_exists.
|
12 years ago |
Claude Paroz
|
31e84e40f8
Fixed #17870 -- Documented that EmailField default max_length of 75 does not comply with RFCs 3696/5321. Thanks Rotund for the report and the patch and Russell Keith-Magee for the review.
|
12 years ago |
Claude Paroz
|
f13328f776
Fixed #17926 -- Removed mention of XMLField in docs (missing deletion from r15982). Thanks aburgel for the report.
|
12 years ago |
Aymeric Augustin
|
295fd50752
Fixed a typo in the model fields reference.
|
13 years ago |