Tim Graham
|
f5ff5010cd
Fixed #26483 -- Updated docs.python.org links to use Intersphinx.
|
8 years ago |
Claude Paroz
|
c5fda55edc
Fixed #26256 -- Added note about primary key serialization
|
9 years ago |
rowanv
|
a6ef025dfb
Fixed #26124 -- Added missing code formatting to docs headers.
|
9 years ago |
Elif T. Kus
|
bca9faae95
Fixed #26020 -- Normalized header stylings in docs.
|
9 years ago |
Tim Graham
|
e519aab43a
Fixed #23868 -- Added support for non-unique django-admin-options in docs.
|
9 years ago |
Claude Paroz
|
b7ade64529
Fixed #25468 -- Made DjangoJSONEncoder lazy string aware
|
9 years ago |
Flavio Curella
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 years ago |
Claude Paroz
|
9368f51e12
Fixed #20197 -- Made XML serializer fail loudly when outputting unserializable chars
|
9 years ago |
Tim Graham
|
c79faae761
Removed versionadded/changed notes for 1.7.
|
10 years ago |
Tim Graham
|
c3336e7e4f
Removed dumpdata --natural option and serializers use_natural_keys parameter.
|
10 years ago |
Claude Paroz
|
0a4b04fc23
Used https for most *.python.org links
|
10 years ago |
Claude Paroz
|
35dac5070b
Added a new GeoJSON serialization format for GeoDjango
|
10 years ago |
Berker Peksag
|
5c517ec218
Fixed versionchanged indentation in docs/.
|
10 years ago |
Berker Peksag
|
e55fc60f81
Removed unused import from the JSON serialization example.
|
10 years ago |
Ola Sitarska
|
6947885926
Fixed #23283 -- Added default=False to BooleanField's in the docs.
|
10 years ago |
Tim Graham
|
51c8045145
Removed versionadded/changed annotations for 1.6.
|
11 years ago |
Lukasz Balcerzak
|
0242134d32
Fixed #17942 -- Added a JsonResponse class to more easily create JSON encoded responses.
|
11 years ago |
Tai Lee
|
e527c0b6d8
Fixed #13252 -- Added ability to serialize with natural primary keys.
|
12 years ago |
Andrew Godwin
|
b6a957f0ba
Merge remote-tracking branch 'core/master' into schema-alteration
|
11 years ago |
Tim Graham
|
7b69c3e775
Removed versionadded/changed annotations for 1.5
|
11 years ago |
Andrew Godwin
|
f8297f6323
More migration docs, and conversion of all easy syncdb references
|
11 years ago |
Stefan hr Berder
|
746d3166d6
small typo, example pk=27 but description pk=24
|
11 years ago |
Juan Catalano
|
78c842a323
Adapted uses of versionchanged/versionadded to the new form.
|
12 years ago |
Tim Graham
|
93cffc3b37
Added missing markup to docs.
|
12 years ago |
Florian Apolloner
|
4506ae0497
Merge pull request #717 from slurms/ticket_19746
|
12 years ago |
Horst Gutmann
|
5612f54bd5
Added more details about the various serialization formats.
|
12 years ago |
Nick Sandford
|
278dad5b41
Fixed #19746 -- Allow deserialization of pk-less data
|
12 years ago |
Tim Graham
|
9b5f64cc6e
Fixed #19516 - Fixed remaining broken links.
|
12 years ago |
Tim Graham
|
b3a8c9dab8
Fixed broken links, round 3. refs #19516
|
12 years ago |
Claude Paroz
|
4e8d9524c6
Fixed #6234 -- Removed obsolete note about json and ensure_ascii
|
12 years ago |